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

    Updates the chat UI.

    Namespace: DevExpress.AIIntegration.WinForms.Chat

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

    NuGet Package: DevExpress.AIIntegration.WinForms.Chat

    Declaration

    public void RefreshChat()

    Remarks

    Call the RefreshChat method to force the control to redraw the chat UI, for example, after you modify chat messages in code.

    Note

    The LoadMessages method refreshes the control automatically.

    Refer to the following help topic for additional information: AI Chat Control

    See Also