TcxTreeListBand.VisibleRootIndex Property
Returns the band header‘s position within root band headers.
Declaration
property VisibleRootIndex: Integer read;
Property Value
Type |
---|
Integer |
Remarks
For root bands, this property returns a band’s position within the TreeList control’s Bands.VisibleRootItems indexed collection. For all other bands, the VisibleRootIndex property returns -1.
To access all root bands created within the TreeList control, use the Bands.RootItems indexed collection.
See Also