Skip to main content
All docs
V26.1
  • 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

    public bool GetUseStreaming()

    Returns

    Type Description
    Boolean

    true if the control streams responses; otherwise, false.

    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