Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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