Back to Devexpress

DashboardItemControlEventArgs.GaugeControl Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarditemcontroleventargs-23a1b7ad.md

latest1.4 KB
Original Source

DashboardItemControlEventArgs.GaugeControl Property

Gets an underlying gauge control.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public GaugeControl GaugeControl { get; }
vb
Public ReadOnly Property GaugeControl As GaugeControl

Property Value

TypeDescription
GaugeControl

A GaugeControl object that is the gauge control.

|

Remarks

Use the GaugeControl property to access a gauge control corresponding to the GaugeDashboardItem.

See Also

DashboardItemControlEventArgs Class

DashboardItemControlEventArgs Members

DevExpress.DashboardWin Namespace