Skip to main content
All docs
V26.1
  • AIChatControl Class

    An AI-powered chat component.

    Namespace: DevExpress.AIIntegration.WinForms.Chat

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

    NuGet Package: DevExpress.AIIntegration.WinForms.Chat

    Declaration

    public class AIChatControl :
        XtraUserControl,
        ISupportInitialize

    Remarks

    The AI Chat Control (AIChatControl) allows you to incorporate an interactive, Copilot-inspired chat UI into your WinForms application. The control uses BlazorWebView to reuse the DevExpress Blazor AI Chat component (DxAIChat).

    Note

    The DevExpress AI Chat Control (AIChatControl) can only be used in Windows Forms applications that target .NET 8 or later.

    WinForms AI Chat Control, DevExpress

    View Example: AI Chat Run Demo: AI Chat Control

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

    See Also