Skip to main content
All docs
V25.1
  • XRGaugeDashboardItem.Gauges Property

    Gets a collections of printed gauges.

    Namespace: DevExpress.DashboardCommon

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

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public IList<XRDashboardGauge> Gauges { get; }

    Property Value

    Type Description
    IList<XRDashboardGauge>

    A collections of printed gauges.

    See Also