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

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