Skip to main content
All docs
V25.1
  • Measure.FilterString Property

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

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.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