Skip to main content
All docs
V26.1
  • AIChatControl.ShowLoadingIndicatorAsync(String) Method

    Namespace: DevExpress.AIIntegration.WinForms.Chat

    Assembly: DevExpress.AIIntegration.WinForms.Chat.v26.1.dll

    Declaration

    public Task ShowLoadingIndicatorAsync(
        string message = null
    )

    Optional Parameters

    Name Type Default
    message String null

    Returns

    Type
    Task
    See Also