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

GridViewDataColumn.FilterExpression Property

Gets the column’s filter expression.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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 GridViewDataColumn.AutoFilterBy method.

See Also