TcxTreeListBands.LastVisible Property
In This Article
Returns the last visible band within the current band collection.
#Declaration
Delphi
property LastVisible: TcxTreeListBand read;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the FirstVisible property to access the first visible band in the collection. To access a certain visible band, use VisibleItems indexed collection.
See Also