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

    Displays a loading indicator in the chat message area.

    Namespace: DevExpress.AIIntegration.Blazor.Chat

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

    Declaration

    Task ShowLoadingIndicatorAsync(
        string message = null
    )

    Optional Parameters

    Name Type Default Description
    message String null

    The text displayed next to the loading indicator. If null, no text is displayed.

    Returns

    Type Description
    Task

    A task that completes when the loading indicator appears.

    Remarks

    Refer to the ShowLoadingIndicatorAsync method description for additional information and an example.

    See Also