Skip to main content
All docs
V26.1
  • AIChatControl.GetFileUploadEnabled() Method

    Gets a value that indicates whether users can attach files to messages.

    Namespace: DevExpress.AIIntegration.WinForms.Chat

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

    NuGet Package: DevExpress.AIIntegration.WinForms.Chat

    Declaration

    public bool GetFileUploadEnabled()

    Returns

    Type Description
    Boolean

    true if users can attach files to messages; otherwise, false.

    Remarks

    The FileUploadEnabled property accepts DevExpress.Utils.DefaultBoolean values. Call the GetFileUploadEnabled method to obtain the Boolean value that corresponds to the current property setting.

    See Also