TcxCollectionItemEditorRowProperties Events
Represents a base class for the multi editor row items.Name | Description |
---|---|
EditPropertiesEvents | |
OnGetDisplayText protected | Occurs when a data cell’s value is displayed. Inherited from TcxCustomEditorRowProperties. |
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. Inherited from TcxCustomEditorRowProperties. |
OnGetEditProperties protected | Allows you to change the active in-place editor and customize its settings depending on custom conditions. Inherited from TcxCustomEditorRowProperties. |
OnGetFilterImages protected | Allows you to replace images displayed in an edit row’s filter pop-up window. Inherited from TcxCustomEditorRowProperties. |
OnGetFilterValues protected | Inherited from TcxCustomEditorRowProperties. |
OnInitFilteringDateRanges protected | Inherited from TcxCustomEditorRowProperties. |
OnUserFiltering protected | Inherited from TcxCustomEditorRowProperties. |
OnUserFilteringEx protected | Inherited from TcxCustomEditorRowProperties. |
OnValidateDrawValue protected | Enables you to customize the manner in which validation errors are visualized in the row editor. Inherited from TcxCustomEditorRowProperties. |
See Also