TcxTreeListBand.RootIndex Property
Returns the band’s position in root bands.
Declaration
property RootIndex: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
For root bands, this property returns a band’s position within the TreeList control’s Bands.RootItems indexed collection. For all other bands, the RootIndex
property returns -1
.
To determine the visible position of the band’s header within the band header panel, use the VisibleRootIndex property.
See Also