TcxTreeListBands.LastVisible Property
Returns the last visible band within the current band collection.
Declaration
property LastVisible: TcxTreeListBand read;
Property Value
Type |
---|
TcxTreeListBand |
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