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

Transition.WaitingAnimatorType Property

Gets or sets the Wait Indicator type - bar, ring, or line. Wait Indicators are visible when the ShowWaitingIndicator property is enabled.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DefaultValue(WaitingAnimatorType.Default)]
public WaitingAnimatorType WaitingAnimatorType { get; set; }

Property Value

Type Default Description
DevExpress.Utils.Animation.WaitingAnimatorType **Default**

The Wait Indicator type.

See Also