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.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public abstract class BaseGaugeNotificationElement :
    GaugeElement,
    INotifyPropertyChanged

Remarks

The BaseGaugeNotificationElement class provides the BaseGaugeNotificationElement.PropertyChanged event.

See Also