Skip to main content

MVCxFilterControlSettings.CustomValueDisplayText Property

Enables you to specify the entered value’s custom display text to be displayed when a value editor is inactive.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public FilterControlCustomValueDisplayTextEventHandler CustomValueDisplayText { get; set; }

Property Value

Type Description
FilterControlCustomValueDisplayTextEventHandler

A FilterControlCustomValueDisplayTextEventHandler delegate method allowing you to implement custom processing.

See Also