Function TreeItem.collapsed

If true, the TreeItem is collapsed.

bool collapsed() nothrow @property @nogc;

void collapsed (
  bool v
) nothrow @property @nogc;