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

DashboardXpoDataSource.Filter Property

Gets or sets the logical expression used to filer data.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

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

Property Value

Type Default Description
String *null*

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

See Also