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

Returns the visible vertical position of the band row containing the column, within the column header panel.

#Declaration

Delphi
property VisibleRowIndex: Integer read;

#Property Value

Type
Integer

#Remarks

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

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

To specify whether end-users can vertically move or stack columns, use the TreeList control’s OptionsCustomizing.ColumnMoving and OptionsCustomizing.StackedColumns properties.

See Also