Skip to main content

Measure.FilterString Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.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