Skip to main content

MVCxFilterControlExpressionInfo.FilterExpressionForDataSet Property

Returns the filter expression for a DataSet database.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string FilterExpressionForDataSet { get; }

Property Value

Type Description
String

A string value that is the filter expression.

See Also