MVCxGridViewProperties.FilterControlParseValue Property
Enables you to process and modify an entered value before it is actually accepted by the filter control.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
| Type | Description |
|---|---|
| FilterControlParseValueEventHandler | A FilterControlParseValueEventHandler delegate method allowing you to implement custom processing. |
Remarks
Implement a FilterControlParseValueEventHandler delegate method and assign it to the FilterControlParseValue property. For more implementation details, refer to the FilterControlParseValueEventHandler delegate description.
See Also