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