Skip to main content

ValueIndicatorBase.IsInteractive Property

Gets or sets a value that indicates whether interactivity is enabled for the current value indicator or not.

Namespace: DevExpress.UI.Xaml.Gauges

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool IsInteractive { get; set; }

Property Value

Type Description
Boolean

true, to enable interactivity; otherwise, false.

Remarks

After the IsInteractive property is set to true, it becomes possible to change an indicator’s value property via a mouse click.

See Also