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

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

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