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

DashboardExtractDataSource.Filter Property

Gets or sets the logical expression to be applied to the data for filtering.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

[DefaultValue(null)]
public string Filter { get; set; }

Property Value

Type Default Description
String *null*

A String value specifying logical expression to be applied to the data for filtering.

Remarks

To learn more about building filter criteria, see Expression Constants, Operators, and Functions.

Implements

See Also