Skip to main content

ASPxTreeList.FilterControlCriteriaValueEditorCreate Event

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

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public event FilterControlCriteriaValueEditorCreateEventHandler FilterControlCriteriaValueEditorCreate

#Event Data

The FilterControlCriteriaValueEditorCreate 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.
EditorProperties Gets or sets the processed editor properties.
Value Gets or sets the processed editor value.

#Remarks

The FilterControlCriteriaValueEditorCreate event is raised for an editor in the criteria value, and enables you to replace the default editor with a custom one.

Related properties:

Note

Online Demos Refer to the Tree List - Filter Control online demo to review how to filter Tree List data nodes using the Filter Control.

See Also