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

MVCxGridViewProperties.ProcessOnClickRowFilter Property

Enables you to apply custom filter criteria when the filter row is in the OnClick mode.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public ASPxGridViewOnClickRowFilterEventHandler ProcessOnClickRowFilter { get; set; }

Property Value

Type Description
ASPxGridViewOnClickRowFilterEventHandler

A ASPxGridViewOnClickRowFilterEventHandler delegate method allowing you to implement custom processing.

See Also