TcxTreeListColumnOptions Properties
Contains column options.| Name | Description |
|---|---|
| CellEndEllipsis | Specifies whether to display an ellipsis within column cells with truncated content. |
| Column | Provides access to the parent column. |
| Customizing | Specifies whether an item can be moved to the customization box. Inherited from TcxCustomEditContainerItemOptions. |
| EditAutoHeight | Specifies the sizing mode for the column’s multi-line in-place editor. |
| Editing | Defines whether item cells editing is enabled. Inherited from TcxCustomEditContainerItemOptions. |
| ExcelFilterPopup | Provides access to a tree list column‘s Excel-inspired filter dropdown. |
| Filtering | Specifies if end-users can create and customize filter criteria for a specific item. Inherited from TcxCustomEditContainerItemOptions. |
| FilteringWithFindPanel | Specifies whether an item is searchable by the Find Panel. Inherited from TcxCustomEditContainerItemOptions. |
| FilterPopup | Provides access to the tree list column settings common to all filter dropdown types, and the settings that affect only classic filter dropdowns. |
| FilterPopupMode | Specifies the filter dropdown type that a container control item uses. Inherited from TcxCustomEditContainerItemOptions. |
| Focusing | Specifies whether end-users can focus item cells. Inherited from TcxCustomEditContainerItemOptions. |
| Footer | Specifies whether footer cells are displayed for the column. |
| GroupFooter | Specifies whether group footer cells are displayed for the column. |
| Hidden | Specifies the visibility of the column within the customization form. |
| IgnoreTimeForFiltering | Inherited from TcxCustomEditContainerItemOptions. |
| IncSearch | Specifies whether the current item can perform incremental search. Inherited from TcxCustomEditContainerItemOptions. |
| Moving | Specifies whether end-users can move an item within a control. Inherited from TcxCustomEditContainerItemOptions. |
| Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
| ShowEditButtons | Identifies the manner in which in-place editors are displayed within item cells. Inherited from TcxCustomEditContainerItemOptions. |
| Sizing | Specifies whether end-users can horizontally resize the column. |
| Sorting | Specifies whether end-users can sort data against an item. Inherited from TcxCustomEditContainerItemOptions. |
| TabStop | Determines whether the end-user can focus an item by using the Tab key. Inherited from TcxCustomEditContainerItemOptions. |
| VertSizing | Specifies whether end-users can vertically resize the column. |
See Also