Back to Devexpress

GridSettingsBase.FilterControlCriteriaValueEditorCreate Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridsettingsbase-2b927dbe.md

latest1.9 KB
Original Source

GridSettingsBase.FilterControlCriteriaValueEditorCreate Property

Enables you to replace the default criteria value editor with a custom one.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public FilterControlCriteriaValueEditorCreateEventHandler FilterControlCriteriaValueEditorCreate { get; set; }
vb
Public Property FilterControlCriteriaValueEditorCreate As FilterControlCriteriaValueEditorCreateEventHandler

Property Value

TypeDescription
FilterControlCriteriaValueEditorCreateEventHandler

A FilterControlCriteriaValueEditorCreateEventHandler delegate method allowing you to implement custom processing.

|

Remarks

The FilterControlCriteriaValueEditorCreate property allows you to replace the default editor with a custom one.

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

See Also

GridSettingsBase Class

GridSettingsBase Members

DevExpress.Web.Mvc Namespace