Back to Devexpress

ASPxFilterControlBase.CriteriaValueEditorCreate Event

aspnet-devexpress-dot-web-dot-aspxfiltercontrolbase-4391bd41.md

latest2.4 KB
Original Source

ASPxFilterControlBase.CriteriaValueEditorCreate Event

Enables you to replace the default criteria value editor with custom one.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event FilterControlCriteriaValueEditorCreateEventHandler CriteriaValueEditorCreate
vb
Public Event CriteriaValueEditorCreate As FilterControlCriteriaValueEditorCreateEventHandler

Event Data

The CriteriaValueEditorCreate event's data class is FilterControlCriteriaValueEditorCreateEventArgs. The following properties provide information specific to this event:

PropertyDescription
ColumnGets the column whose editor is being created.
EditorPropertiesGets or sets the processed editor properties.
ValueGets 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.

See Also

ASPxFilterControlBase Class

ASPxFilterControlBase Members

DevExpress.Web Namespace