Skip to main content

BaseGaugeNotificationElement Class

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.

See Also