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

TransitionManager.StartWaitingIndicator(Control, IWaitingIndicatorProperties) Method

Shows the wait indicator over the specified control using the specified properties.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v19.1.dll

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