Skip to main content
All docs
V26.1
  • 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.v26.1.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