TcxTreeListBandPosition.VisibleColIndex Property
Returns the horizontal position of the band within its parent band.
Declaration
property VisibleColIndex: Integer read;
Property Value
Type |
---|
Integer |
Remarks
For root bands, this property returns a band’s VisibleRootIndex property value. If a band is hidden, the VisibleColIndex property returns -1.
To move a band to a specific position within its parent band, use the ColIndex property.
See Also