Skip to main content
A newer version of this page is available. .
Tab

ASPxUploadControl.DropboxSettings Property

Provides access to the account settings required to upload files to the Dropbox Service.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public UploadControlDropboxSettings DropboxSettings { get; }

Property Value

Type Description
UploadControlDropboxSettings

A UploadControlDropboxSettings object that is the Dropbox account settings.

Remarks

To work with the Dropbox Service, it is required to set the UploadControlSettings.UploadStorage property to Dropbox.

See Also