TcxGridBandRows.LastVisible Property
Gets the last visible row in the current row collection.
Declaration
property LastVisible: TcxGridBandRow read;
Property Value
| Type |
|---|
| TcxGridBandRow |
Remarks
The LastVisible property specifies the last visible row in a band. Visible rows can be accessed via the VisibleItems collection.
See Also