TcxTreeListColumn Events
An unbound Tree List column.| Name | Description |
|---|---|
| OnGetDisplayText | Enables you to specify the display text for a data cell. |
| OnGetEditingProperties | Allows you to change the active in-place editor and customize its settings when a user invokes it for a data cell in the tree list column. |
| OnGetEditProperties | Allows you to change the active in-place editor and customize its settings depending on specific conditions. |
| OnGetFilterImages | Allows you to replace images displayed in a grid item’s filter pop-up window. Inherited from TcxCustomInplaceEditContainer. |
| OnGetFilterValues | Inherited from TcxCustomInplaceEditContainer. |
| OnGetStoredProperties | Allows you to customize a list of column properties stored in external sources. |
| OnGetStoredPropertyValue | Enables you to provide values for column properties to be saved to external data stores. |
| OnInitFilteringDateRanges | Inherited from TcxCustomInplaceEditContainer. |
| OnSetStoredPropertyValue | Enables you to restore the current column’s property values from external data stores. |
| OnUserFiltering | Inherited from TcxCustomInplaceEditContainer. |
| OnUserFilteringEx | Inherited from TcxCustomInplaceEditContainer. |
| OnValidateDrawValue | Enables you to customize the manner in which validation errors are visualized in the column’s data cells. |
| PropertiesEvents | Inherited from TcxCustomInplaceEditContainer. |
See Also