Back to Devexpress

ASPxTreeList.SearchPanelEditorInitialize Event

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-aspxtreelist-bdace8e3.md

latest2.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event ASPxTreeListSearchPanelEditorEventHandler SearchPanelEditorInitialize
vb
Public Event SearchPanelEditorInitialize As ASPxTreeListSearchPanelEditorEventHandler

Event Data

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

PropertyDescription
EditorGets the editor currently being processed. Inherited from ASPxGridEditorEventArgs.
ValueGets 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.

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

Tree List

SearchPanelEditorCreate

Tree List Search Panel

ASPxTreeList Class

ASPxTreeList Members

DevExpress.Web.ASPxTreeList Namespace