Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public FilterControlCustomValueDisplayTextEventHandler CustomValueDisplayText { get; set; }

Property Value

Type Description
FilterControlCustomValueDisplayTextEventHandler

A FilterControlCustomValueDisplayTextEventHandler delegate method allowing you to implement custom processing.

See Also