TransitionManager.ShowWaitingIndicator Property
Gets or sets whether the wait/load indicator is displayed during animation.
Namespace: DevExpress.Utils.Animation
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[DefaultValue(true)]
[DXCategory("Behavior")]
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