TransitionManager.StartWaitingIndicator(Control, IWaitingIndicatorProperties) Method
Shows the wait indicator over the specified control using the specified properties.
Namespace: DevExpress.Utils.Animation
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
public void StartWaitingIndicator(
Control control,
IWaitingIndicatorProperties indicatorProperties
)
Parameters
Name | Type | Description |
---|---|---|
control | Control | A Control over which to show the wait indicator. |
indicatorProperties | DevExpress.Utils.Animation.IWaitingIndicatorProperties | A IWaitingIndicatorProperties object that comprises the wait indicator properties. |
See Also