Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCollectionItemEditorRowProperties Events
Show Inherited Hide Inherited

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