Back to Devexpress

Transition.ShowWaitingIndicator Property

windowsforms-devexpress-dot-utils-dot-animation-dot-transition-cb0eaac5.md

latest1.8 KB
Original Source

Transition.ShowWaitingIndicator Property

Gets or sets whether this Transition should display a waiting indicator until its animation starts. Use the WaitingAnimatorType property to specify the waiting indicator type.

Namespace : DevExpress.Utils.Animation

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean ShowWaitingIndicator { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
Public Property ShowWaitingIndicator As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

A DefaultBoolean enumerator value that specifies whether this Transition should display a waiting indicator.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

See Also

Transition Class

Transition Members

DevExpress.Utils.Animation Namespace