Skip to main content
All docs
V26.1
  • AIChatControl.IsInitialized Property

    Gets whether the control completed initialization.

    Namespace: DevExpress.AIIntegration.WinForms.Chat

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

    NuGet Package: DevExpress.AIIntegration.WinForms.Chat

    Declaration

    [Browsable(false)]
    public bool IsInitialized { get; }

    Property Value

    Type Description
    Boolean

    true if the control is initialized; otherwise, false.

    Remarks

    The AIChatControl hosts the DevExpress Blazor AI Chat component within a BlazorWebView. Check the IsInitialized property before you call chat API members, or handle the Initialized event to access chat content once the control completes initialization.

    See Also