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

LookUpEditAutoSuggestEventArgs.SetMinimumAnimationDuration(TimeSpan) Method

Sets the minimum duration for the loading indicator that plays while the GetSuggestion task is ongoing. This allows you to prevent this animation from flickering when the task completes too quickly.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public void SetMinimumAnimationDuration(
    TimeSpan duration
)

Parameters

Name Type Description
duration TimeSpan

A TimeSpan object that specifies the minimum duration for the loading indicator.

See Also