Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListColumnPosition.VisibleBandIndex Property

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

#Declaration

Delphi
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