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

TransitionManager.StartWaitingIndicator(Control, WaitingAnimatorType) Method

Shows the wait indicator of the specified type over the specified control.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public void StartWaitingIndicator(
    Control control,
    WaitingAnimatorType indicatorType
)

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