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

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(false)]
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