Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public FilterControlParseValueEventHandler FilterControlParseValue { get; set; }

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