The ITreeListColumn interface contains properties and methods that are used to work with the column of the TreeList and TreeCombo components.
| Property name | Brief description | |
![]() |
Alignment | The Alignment property determines an alignment method for column header text and column elements text. |
![]() |
AutoSize | The AutoSize property determines whether the width of the column is changed automatically depending on the component width. |
![]() |
Caption | The Caption property determines column header text. |
![]() |
ImageIndex | The ImageIndex property determines an image index. |
![]() |
Index | The Index property determines index of the current column. |
![]() |
MaxWidth | The MaxWidth property determines the maximum width of the column. |
![]() |
MinWidth | The MinWidth property determines the minimum width of the column. |
![]() |
Position | The Position property determines a column position. |
![]() |
SortAscending | The SortAscending property determines a direction of sorting. |
![]() |
Visible | The Visible property determines whether a column is visible during form execution. |
![]() |
Width | The Width property determines the width of the column in pixels. |
| Method name | Brief description | |
![]() |
Delete | The Delete method deletes the current column. |
See also: