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

ASPxFileManager.SettingsDropbox Property

Gets settings allowing file manager to access a file system retained in the Dropbox Service.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public FileManagerDropBoxProviderSettings SettingsDropbox { get; }

Property Value

Type Description
FileManagerDropBoxProviderSettings

A FileManagerDropBoxProviderSettings object containing style settings.

Remarks

To learn more, see the Dropbox File System Provider topic.

Note

For security reasons, the settings available from the SettingsDropbox property are not saved in the ViewState.

See Also