Skip to main content

TreeListDataColumn.AutoFilterBy(String) Method

Applies a filter to the column.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public void AutoFilterBy(
    string value
)

Parameters

Name Type Description
value String

A String value that specifies the filter string.

Remarks

For more information, see ASPxClientTreeList.AutoFilterByColumn.

See Also