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

ASPxFileManager.SettingsGoogleDrive Property

Gets settings allowing the file manager to access a file system retained in Google Drive storage.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public FileManagerGoogleDriveProviderSettings SettingsGoogleDrive { get; }

Property Value

Type Description
FileManagerGoogleDriveProviderSettings

A FileManagerGoogleDriveProviderSettings object containing style settings.

Remarks

To learn more, see the Google Drive File System Provider topic.

Note

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

Online Demo

GoogleDrive Provider

See Also