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

IDashboardDataSource.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(false)]
string Filter { get; set; }

Property Value

Type Description
String

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

Remarks

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

Tip

You can use the Filter Editor to compose a filter string.

After specifying a filter criteria, call the viewer’s or designer’s ReloadData method to obtain data which meets the criteria.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Filter property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also