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

MeasureDefinition.FilterString Property

Gets or sets a filter string that uses dimensions whose definitions are added to the DataItemDefinition collection.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

public string FilterString { get; }

Property Value

Type Description
String

A String that is used to filter measures.

See Also