Skip to main content

CardViewColumnState.FilterExpression Property

Gets or sets the column’s filter expression.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string FilterExpression { get; set; }

Property Value

Type Description
String

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

See Also