XRGaugeDashboardItem.Gauges Property
In This Article
Gets a collections of printed gauges.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public IList<XRDashboardGauge> Gauges { get; }
#Property Value
Type | Description |
---|---|
IList<XRDashboard |
A collections of printed gauges. |
See Also