TcxTreeListColumnPosition.ColIndex Property
Specifies the horizontal position of the column within its band.
Declaration
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 ColIndex
property value change does not affect the ItemIndex property value.
See Also