TransitionManager.StartWaitingIndicator(Control, WaitingAnimatorType) Method
Shows the wait indicator of the specified type over the specified control.
Namespace: DevExpress.Utils.Animation
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
control | Control | A Control over which to show the wait indicator. |
indicatorType | DevExpress.Utils.Animation.WaitingAnimatorType | A WaitingAnimatorType enumeration value that specifies the type of indicator to show. |
See Also