Skip to main content

ASPxTreeListAutoFilterEventArgs(TreeListDataColumn, CriteriaOperator, GridViewAutoFilterEventKind, String) Constructor

Initializes a new instance of the ASPxTreeListAutoFilterEventArgs class.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public ASPxTreeListAutoFilterEventArgs(
    TreeListDataColumn column,
    CriteriaOperator criteria,
    GridViewAutoFilterEventKind kind,
    string value
)

Parameters

Name Type Description
column TreeListDataColumn

A object representing a tree list column.

criteria CriteriaOperator

A object that is criteria.

kind GridViewAutoFilterEventKind

A object representing which action should be performed within the related event.

value String

A string value representing text displayed within the auto filter row.

See Also