Skip to main content

XRGaugeDashboardItem.Gauges Property

Gets a collections of printed gauges.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.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