Skip to main content
A newer version of this page is available. .

TcxCustomEditorRowProperties Events

The base class for classes that store the appearance and behavior settings for an editor row in vertical grid controls.
Name Description
OnGetDisplayText protected Occurs when a data cell’s value is displayed.
OnGetEditingProperties protected Enables you to specify the in-place editor for the row’s data cells.
OnGetEditProperties protected Enables you to assign display value formatting editors to individual data cells.
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