Skip to main content

IndicatorEnterLeaveEventArgs.Indicator Property

Gets the object, for which either the RangeBase.IndicatorEnter or RangeBase.IndicatorLeave event has been raised.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v23.2.dll

NuGet Package: DevExpress.Wpf.Gauges

Declaration

public ValueIndicatorBase Indicator { get; }

Property Value

Type Description
ValueIndicatorBase

A ValueIndicatorBase class descendant representing the indicator.

Remarks

To obtain the previous and current indicator values, use the ValueChangedEventArgs.OldValue and ValueChangedEventArgs.NewValue properties.

See Also