TcxTreeListBands.FirstVisible Property
In This Article
Returns the first visible band within the current band collection.
#Declaration
Delphi
property FirstVisible: TcxTreeListBand read;
#Property Value
Type |
---|
Tcx |
#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