Back to Devexpress

VerticalGridSettings.SearchPanelEditorInitialize Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridsettings-8502c831.md

latest1.9 KB
Original Source

VerticalGridSettings.SearchPanelEditorInitialize Property

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxVerticalGridSearchPanelEditorEventHandler SearchPanelEditorInitialize { get; set; }
vb
Public Property SearchPanelEditorInitialize As ASPxVerticalGridSearchPanelEditorEventHandler

Property Value

TypeDescription
ASPxVerticalGridSearchPanelEditorEventHandler

A ASPxVerticalGridSearchPanelEditorEventHandler 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

Declaring Server-Side Event Handlers

Vertical Grid

VerticalGridSettings Class

VerticalGridSettings Members

DevExpress.Web.Mvc Namespace