Back to Devexpress

ASPxVerticalGrid.SearchPanelEditorInitialize Event

aspnet-devexpress-dot-web-dot-aspxverticalgrid-3d5c3ffa.md

latest2.6 KB
Original Source

ASPxVerticalGrid.SearchPanelEditorInitialize Event

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event ASPxVerticalGridSearchPanelEditorEventHandler SearchPanelEditorInitialize
vb
Public Event SearchPanelEditorInitialize As ASPxVerticalGridSearchPanelEditorEventHandler

Event Data

The SearchPanelEditorInitialize event's data class is ASPxVerticalGridSearchPanelEditorEventArgs. 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.

See Also

SearchPanelEditorCreate

Vertical Grid

Vertical Grid Search Panel

Search Panel

Online Demo: Vertical Grid - Search Panel

ASPxVerticalGrid Class

ASPxVerticalGrid Members

DevExpress.Web Namespace