TcxTreeListColumnPosition Properties
Contains a set of options that determine the layout aspects of a column within the TreeList control.| Name | Description |
|---|---|
| Band | Provides access to the band containing the column. |
| BandIndex | Specifies the band that contains the column. |
| ColIndex | Specifies the horizontal position of the column within its band. |
| Column | Provides access to the column that owns the current option set. |
| LineCount | Specifies the column header‘s height, in text lines. |
| Owner protected | Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent. |
| Row | Provides access to the band row containing the column. |
| RowIndex | Specifies the vertical position of the column within its band. |
| TreeList | Provides access to the TreeList control containing the current option set. |
| VisibleBandIndex | Returns the visible position of the band that contains this column. |
| VisibleColIndex | Returns the visible horizontal position of the column within its band row. |
| VisibleRowIndex | Returns the visible vertical position of the band row containing the column, within the column header panel. |
See Also