TcxGridBandRows.VisibleItems Property
Specifies a collection of visible rows displayed in the current band.
Declaration
property VisibleItems[Index: Integer]: TcxGridBandRow read;
Property Value
Type |
---|
TcxGridBandRow |
Remarks
The VisibleItems property provides an indexed access to visible rows. A row is visible if it is assigned any column with the Visible property set to True. The number of visible rows is defined by the VisibleCount property.
See Also