TcxTreeListColumnPosition.VisibleColIndex Property
In This Article
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