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.VisibleColIndex Property

Returns the visible horizontal position of the column within its band row.

#Declaration

Delphi
property VisibleColIndex: Integer read;

#Property Value

Type
Integer

#Remarks

This property returns the column’s position within the band row’s VisibleItems collection.

To move a column to a specific position within its band row, use the ColIndex property or call the SetPosition or SetPositionEx method.

See Also