IsCollapsed Property (C1Inline)
In This Topic
Returns whether this element is collapsed, that is, if its
Visibility, or that of one of its parents, is
C1Visibility.Collapsed.
Syntax
'Declaration
Public ReadOnly Property IsCollapsed As Boolean
public bool IsCollapsed {get;}
See Also