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
Returns
| Type | Description |
|---|---|
| Boolean |
|
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