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