ASPxFilterControlBase.CriteriaValueEditorCreate Event
Enables you to replace the default criteria value editor with custom one.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public event FilterControlCriteriaValueEditorCreateEventHandler CriteriaValueEditorCreate
#Event Data
The CriteriaValueEditorCreate event's data class is FilterControlCriteriaValueEditorCreateEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Column | Gets the column whose editor is being created. |
Editor |
Gets or sets the processed editor properties. |
Value | Gets or sets the processed editor value. |
#Remarks
The CriteriaValueEditorCreate event is raised for an editor in the criteria value, and enables you to replace the default editor with a custom one.
To change the editor, use the event parameter’s FilterControlCriteriaValueEditorCreateEventArgs.EditorProperties property. The editor’s value is specified by the FilterControlCriteriaValueEditorCreateEventArgs.Value property.