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