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

Measure.FilterString Property

Gets or sets the criteria string used to filter data displayed in the dashboard item.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

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

Property Value

Type Default Description
String *null*

A String that specifies a criteria string used to filter data within a Measure.

See Also