Skip to main content
All docs
V25.1
  • GaugeContext.GetControlGauges(Gauge) Method

    Returns a collection of the control’s gauge elements that corresponds to the specified Gauge (a data item container from the Gauges section).

    Namespace: DevExpress.DashboardWin

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

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    public IList<IGauge> GetControlGauges(
        Gauge gauge
    )

    Parameters

    Name Type Description
    gauge Gauge

    A Gauge object for which the corresponding gauges elements are returned.

    Returns

    Type Description
    IList<DevExpress.XtraGauges.Base.IGauge>

    A collection of the CircularGauge or LinearGauge objects that corresponds to the specified Gauge.

    See Also