TcxGridLayoutView.VisibleItems Property
Provides indexed access to the data items visible within a View.
Declaration
property VisibleItems[Index: Integer]: TcxGridLayoutViewItem read;
Property Value
Type |
---|
TcxGridLayoutViewItem |
Remarks
Index specifies the item’s position in the list of visible items (whose Visible property is True).
To access all data items arranged within the View, use the Items property.
See Also