TreeListSettings.SearchPanelEditorInitialize Property
In This Article
Enables you to customize the properties of an editor displayed within the search panel.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ASPxTreeListSearchPanelEditorEventHandler SearchPanelEditorInitialize { get; set; }
#Property Value
Type | Description |
---|---|
ASPx |
A ASPx |
#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