TcxGridLevel.VisibleItems Property
Specifies the collection of child (detail) levels which can be displayed.
Declaration
property VisibleItems[Index: Integer]: TcxGridLevel read;
Property Value
Type |
---|
TcxGridLevel |
Remarks
The VisibleItems property returns detail levels which have their Visible property set to True. The number of items in the VisibleItems collection is defined by the VisibleCount attribute. You can use the Items property to access all child grid levels for the current level.
See Also