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

MVCxGridViewProperties.FilterControlCustomValueDisplayText Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public FilterControlCustomValueDisplayTextEventHandler FilterControlCustomValueDisplayText { get; set; }

Property Value

Type Description
FilterControlCustomValueDisplayTextEventHandler

A FilterControlCustomValueDisplayTextEventHandler delegate method allowing you to implement custom processing.

Remarks

Implement a FilterControlCustomValueDisplayTextEventHandler delegate method and assign it to the FilterControlCustomValueDisplayText property. For more implementation details, refer to the FilterControlCustomValueDisplayTextEventHandler delegate description.

See Also