IsCollapsed Property (C1TableCell)
In This Topic
Returns whether this element is collapsed, that is, if its
C1TextElement.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