Skip to main content

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.v24.1.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public string FilterString { get; }

Property Value

Type Description
String

A String that is used to filter measures.

See Also