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

ASPxFileManager.SettingsAzure Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public FileManagerAzureProviderSettings SettingsAzure { get; }

Property Value

Type Description
FileManagerAzureProviderSettings

A FileManagerAzureProviderSettings object containing style settings.

Remarks

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

Note

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

See Also