Skip to main content
All docs
V25.1
  • DataDashboardItem.VisibleDataFilterString Property

    Gets or sets a Visible Data Filter to limit displayed data.

    Namespace: DevExpress.DashboardCommon

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

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    [DefaultValue(null)]
    public string VisibleDataFilterString { get; set; }

    Property Value

    Type Default Description
    String null

    A criteria string that is used to limit displayed data.

    Remarks

    This filter type does not filter underlying data used in calculations or intermediate level aggregations.

    See Also