Skip to main content

LookUpEditAutoSuggestEventArgs.SetMinimumAnimationDuration(Int32) 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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void SetMinimumAnimationDuration(
    int milliseconds
)

Parameters

Name Type Description
milliseconds Int32

The minimum display duration (in milliseconds).

See Also