ASPxVerticalGrid.SearchPanelEditorInitialize Event
In This Article
Enables you to customize the properties of an editor displayed in the search panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public event ASPxVerticalGridSearchPanelEditorEventHandler SearchPanelEditorInitialize
#Event Data
The SearchPanelEditorInitialize event's data class is ASPxVerticalGridSearchPanelEditorEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Editor |
Gets the editor currently being processed.
Inherited from ASPx |
Value |
Gets the editor’s value.
Inherited from 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