General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
ASPxTreeList.FilterControlCriteriaValueEditorCreate Event
Enables you to replace the default criteria value editor with a custom one.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll
Declaration
public event FilterControlCriteriaValueEditorCreateEventHandler FilterControlCriteriaValueEditorCreate
Public Event FilterControlCriteriaValueEditorCreate As FilterControlCriteriaValueEditorCreateEventHandler
Event Data
The FilterControlCriteriaValueEditorCreate event handler receives an argument of the FilterControlCriteriaValueEditorCreateEventArgs type. 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:
- FilterControlCriteriaValueEditorCreateEventArgs.EditorProperties - changes the editor.
- FilterControlCriteriaValueEditorCreateEventArgs.Value - specifies the editor's value.
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
Feedback