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
Property Value
| Type | Description |
|---|---|
| Boolean |
|
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