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

TreeListSettings.SearchPanelEditorInitialize Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public ASPxTreeListSearchPanelEditorEventHandler SearchPanelEditorInitialize { get; set; }

Property Value

Type Description
ASPxTreeListSearchPanelEditorEventHandler

A ASPxTreeListSearchPanelEditorEventHandler delegate method allowing you to implement custom processing.

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.

See Also