aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridsettingsbase-755e7849.md
Enables you to specify the entered filter value’s custom display text to be displayed when the filter’s condition value editor is inactive.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public FilterControlCustomValueDisplayTextEventHandler FilterControlCustomValueDisplayText { get; set; }
Public Property FilterControlCustomValueDisplayText As FilterControlCustomValueDisplayTextEventHandler
| Type | Description |
|---|---|
| FilterControlCustomValueDisplayTextEventHandler |
A FilterControlCustomValueDisplayTextEventHandler delegate method allowing you to implement custom processing.
|
The FilterControlCustomValueDisplayText event enables you to provide a custom display text for the filter value entered into the built-in filter. This custom text is displayed within a condition value editor when it’s inactive.
The event’s FilterControlCustomValueDisplayTextEventArgs.Value property allows the currently entered value to be obtained. Set the FilterControlCustomValueDisplayTextEventArgs.DisplayText property to specify the value’s custom display text, if required.
See Also