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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
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