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

TransitionManager.ShowWaitingIndicator Property

Gets or sets whether the wait/load indicator is displayed during animation.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(true)]
public bool ShowWaitingIndicator { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the wait/load indicator is displayed during the animation; otherwise, false.

Remarks

The use of the wait indicator makes sense when the state transition time is long enough to show the indicator.

See Also