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

ASPxClientTreeList.ApplyFilter(filterExpression) Method

Applies the specified filter expression to the tree list.

Declaration

ApplyFilter(
    filterExpression: string
): void

Parameters

Name Type Description
filterExpression string

A string value that specifies the filter expression.

Remarks

The ApplyFilter method allows you to provide complex filter criteria.

For more information, see Filtering.

See Also