Skip to main content

ASPxTreeList.AutoFilterByColumn(TreeListColumn, String) Method

Applies a filter to the specified data column.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public void AutoFilterByColumn(
    TreeListColumn column,
    string value
)

Parameters

Name Type Description
column TreeListColumn

An TreeListColumn object that specifies the column.

value String

A string value that specifies the filter expression.

Remarks

To learn more, see Filtering.

See Also