Back to Devexpress

VerticalGridSettings.SearchPanelEditorCreate Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridsettings-60e9089d.md

latest2.0 KB
Original Source

VerticalGridSettings.SearchPanelEditorCreate Property

Enables you to replace the default search panel editor with custom one.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxVerticalGridSearchPanelEditorCreateEventHandler SearchPanelEditorCreate { get; set; }
vb
Public Property SearchPanelEditorCreate As ASPxVerticalGridSearchPanelEditorCreateEventHandler

Property Value

TypeDescription
ASPxVerticalGridSearchPanelEditorCreateEventHandler

A ASPxVerticalGridSearchPanelEditorCreateEventHandler delegate method allowing you to implement custom processing.

|

Remarks

The SearchPanelEditorCreate event is raised for an editor within the search panel, and enables you to replace the default editor with a custom one.

To change the editor, use the event parameter’s ASPxGridEditorCreateEventArgs.EditorProperties property. The editor’s value is specified by the ASPxGridEditorCreateEventArgs.Value property.

See Also

Declaring Server-Side Event Handlers

Vertical Grid

VerticalGridSettings Class

VerticalGridSettings Members

DevExpress.Web.Mvc Namespace