BaseGaugeNotificationElement Class
In This Article
The base class for all gauge elements that implement property changed notifications.
Namespace: DevExpress.WinUI.Gauges
Assembly: DevExpress.WinUI.Gauges.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public abstract class BaseGaugeNotificationElement :
GaugeElement,
INotifyPropertyChanged
#Remarks
The BaseGaugeNotificationElement class provides the BaseGaugeNotificationElement.PropertyChanged event.
#Inheritance
Show 49 items
Object
DependencyObject
UIElement
FrameworkElement
Control
GaugeElement
BaseGaugeNotificationElement
See Also