TcxTreeListColumnPosition.ColIndex Property
In This Article
Specifies the horizontal position of the column within its band.
#Declaration
Delphi
property ColIndex: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
The image below shows stacked columns and their ColIndex
and RowIndex property values.
Changing the ColIndex
property automatically updates VisibleColIndex, and VisibleIndex property values.
Note
A Col
property value change does not affect the Item
See Also