[]
Gets whether this row is collapsed.
[Browsable(false)]
public bool IsCollapsed { get; }
<Browsable(False)>
Public ReadOnly Property IsCollapsed As Boolean
Rows are collapsed when one of their parent nodes is collapsed. Collapsed rows are not visible to the user even if their Visible property is set to true.