Back to Devexpress

GridViewDataColumn.FilterExpression Property

aspnet-devexpress-dot-web-dot-gridviewdatacolumn-fbe1c07d.md

latest1.7 KB
Original Source

GridViewDataColumn.FilterExpression Property

Gets the column’s filter expression.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public string FilterExpression { get; }
vb
Public ReadOnly Property FilterExpression As String

Property Value

TypeDescription
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

FilterExpression

ShowFilterRow

AutoFilterBy(String)

AutoFilterByColumn(GridViewColumn, String)

Criteria Language Syntax

Grid View

GridViewDataColumn Class

GridViewDataColumn Members

DevExpress.Web Namespace