Skip to main content

TcxTreeListColumnPosition.VisibleBandIndex Property

Returns the visible position of the band that contains this column.

Declaration

property VisibleBandIndex: Integer read;

Property Value

Type
Integer

Remarks

If the column is assigned to a band, the VisibleBandIndex property returns the band’s VisibleIndex property value. Otherwise, -1 is returned. Use the TreeList control’s Bands.VisibleItems collection to access a particular band that is currently visible in the TreeList control.

To programmatically move a column to a band, use the BandIndex property, or call the SetPositionEx method.

See Also