ASPxTreeList.FilterControlCriteriaValueEditorInitialize Event
Enables you to initialize the editors displayed within the criteria value.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public event FilterControlCriteriaValueEditorInitializeEventHandler FilterControlCriteriaValueEditorInitialize
Event Data
The FilterControlCriteriaValueEditorInitialize event's data class is FilterControlCriteriaValueEditorInitializeEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Column | Gets the column whose editor is being initialized. |
Editor | Gets the processed editor. |
Value | Gets the processed editor value. |
Remarks
The FilterControlCriteriaValueEditorInitialize event enables you to customize criteria value editor properties.
Related properties:
- FilterControlCriteriaValueEditorInitializeEventArgs.Column - identifies the column whose editor is being initialized.
- FilterControlCriteriaValueEditorInitializeEventArgs.Editor - gets the processed editor.
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.