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

GridOnClickRowFilterEventArgs(GridViewAutoFilterEventKind) Constructor

Initializes a new instance of the GridOnClickRowFilterEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridOnClickRowFilterEventArgs(
    GridViewAutoFilterEventKind kind
)

Parameters

Name Type Description
kind GridViewAutoFilterEventKind

A GridViewAutoFilterEventKind enumeration value that indicates which action should be performed within the event handler.

See Also