TcxGridBandRows.VisibleCount Property
Returns the number of visible rows in the current row collection.
Declaration
property VisibleCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use VisibleCount to determine the number of visible rows in the current TcxGridBandRows collection. To access a visible row by its visible index use the VisibleItems property.
See Also