Back to Devexpress

GaugeCollection Class

dashboard-devexpress-dot-dashboardcommon-3b463753.md

latest1.9 KB
Original Source

GaugeCollection Class

A collection of Gauge objects.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class GaugeCollection :
    DataItemContainerCollection<Gauge>
vb
Public Class GaugeCollection
    Inherits DataItemContainerCollection(Of Gauge)

The following members return GaugeCollection objects:

Remarks

Use the GaugeDashboardItem.Gauges property to access the collection of Gauge objects.

Inheritance

Object Collection<Gauge> NotifyingCollection<Gauge> DataItemContainerCollection<Gauge> GaugeCollection

See Also

GaugeCollection Members

Gauges

DevExpress.DashboardCommon Namespace