TcxGridLevel.VisibleCount Property
Returns the number of child (detail) levels which can be displayed.
Declaration
property VisibleCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
The VisibleCount property returns the number of child levels which have the Visible property set to True. Visible child levels can be accessed via the VisibleItems collection.
See Also