Skip to main content
All docs
V25.2
  • 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.v25.2.dll

    NuGet Package: DevExpress.Win.Navigation

    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