AIChatControl.GetUseStreaming() Method
Gets a value that indicates whether the AI Chat Control displays a response as a stream.
Namespace: DevExpress.AIIntegration.WinForms.Chat
Assembly: DevExpress.AIIntegration.WinForms.Chat.v26.1.dll
NuGet Package: DevExpress.AIIntegration.WinForms.Chat
Declaration
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
The UseStreaming property accepts DevExpress.Utils.DefaultBoolean values. Call the GetUseStreaming method to obtain the Boolean value that corresponds to the current property setting.
See Also