Skip to main content

ASPxGaugeControl.EnableCallbackAnimation Property

Gets or sets a value that specifies whether a specific animation effect is used when a ASPxGaugeControl’s content is updated via a callback.

Namespace: DevExpress.Web.ASPxGauges

Assembly: DevExpress.Web.ASPxGauges.v23.2.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

[DefaultValue(false)]
public bool EnableCallbackAnimation { get; set; }

Property Value

Type Default Description
Boolean false

true, if a specific animation effect is used; otherwise, false.

See Also