Skip to main content
A newer version of this page is available. .

ASPxTreeList.FilterControlCriteriaValueEditorInitialize Event

Enables you to initialize the editors displayed within the criteria value.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.1.dll

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:

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