Skip to main content

MVCxFilterControlSettings.CriteriaValueEditorCreate Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public FilterControlCriteriaValueEditorCreateEventHandler CriteriaValueEditorCreate { get; set; }

Property Value

Type Description
FilterControlCriteriaValueEditorCreateEventHandler

A FilterControlCriteriaValueEditorCreateEventHandler delegate method allowing you to implement custom processing.

See Also