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

UploadControlBinderSettings.AzureSettings Property

Gets settings allowing an upload control to access a file system storage in the Azure Service.

Namespace: DevExpress.Web.Mvc.BinderSettings

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public UploadControlAzureSettings AzureSettings { get; }

Property Value

Type Description
UploadControlAzureSettings

A UploadControlAzureSettings object containing style settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to AzureSettings
DevExpressEditorsBinder

Remarks

Use the AzureSettings property to specify settings that allow the upload control to access an Azure account when the UploadControlBinderSettings uploads files to the Azure Service (when the UploadControlBinderSettings.UploadStorage property is set to Azure).

Note

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

See Also