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

ASPxTreeListOnClickRowFilterEventArgs(GridViewAutoFilterEventKind) Constructor

Initializes a new instance of the ASPxTreeListOnClickRowFilterEventArgs class.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v18.2.dll

Declaration

public ASPxTreeListOnClickRowFilterEventArgs(
    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