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

ExtractSourceOptions.Filter Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

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

Property Value

Type Default Description
String *null*

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

Property Paths

You can access this nested property as listed below:

Object Type Path to Filter
DashboardExtractDataSource

Remarks

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

See Also