Skip to main content

TreeListDataColumn.FilterExpression Property

Gets the column’s filter expression.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public string FilterExpression { get; }

Property Value

Type Description
String

A String value that represents the column’s filter expression.

Remarks

To apply a filter, you can use the TreeListDataColumn.AutoFilterBy method.

See Also