Skip to main content
A newer version of this page is available. .

BaseGaugeNotificationElement Class

The base class for all gauge elements that implement property changed notifications.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v18.2.dll

Declaration

public abstract class BaseGaugeNotificationElement :
    GaugeElement,
    INotifyPropertyChanged

Remarks

The BaseGaugeNotificationElement class provides the BaseGaugeNotificationElement.PropertyChanged event.

See Also