Skip to main content
All docs
V25.1
  • 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.v25.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