TcxCustomEditorRowProperties Events
The base class for all classes that implement vertical grid row settings.| Name | Description |
|---|---|
| OnGetDisplayText protected | Occurs when a data cell’s value is displayed. |
| OnGetEditingProperties protected | Allows you to change the active in-place editor and customize its settings when a user invokes it for a data cell in the vertical grid row. |
| OnGetEditProperties protected | Allows you to change the active in-place editor and customize its settings depending on custom conditions. |
| OnGetFilterImages protected | Allows you to replace images displayed in an edit row’s filter pop-up window. |
| OnGetFilterValues protected | |
| OnInitFilteringDateRanges protected | |
| OnUserFiltering protected | |
| OnUserFilteringEx protected | |
| OnValidateDrawValue protected | Enables you to customize the manner in which validation errors are visualized in the row editor. |
See Also