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

MVCxFilterControlExpressionInfo.FilterExpressionForDataSet Property

Returns the filter expression for a DataSet database.

Namespace: DevExpress.Web.Mvc

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

Declaration

public string FilterExpressionForDataSet { get; }

Property Value

Type Description
String

A string value that is the filter expression.

See Also