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

ASPxTreeList.SearchPanelEditorInitialize Event

Enables you to customize the properties of an editor displayed within the search panel.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public event ASPxTreeListSearchPanelEditorEventHandler SearchPanelEditorInitialize

Event Data

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

Property Description
Editor Gets the editor currently being processed. Inherited from ASPxGridEditorEventArgs.
Value Gets the editor’s value. Inherited from ASPxGridEditorEventArgs.

Remarks

The SearchPanelEditorInitialize event enables you to customize search panel editor properties.

The processed editor is returned by the ASPxGridEditorEventArgs.Editor property. Its value is returned by the ASPxGridEditorEventArgs.Value property.

ASPxTreeList-SearchPanel

Note

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

See Also