Skip to main content
Tab

ASPxUploadControl.AzureSettings Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public UploadControlAzureSettings AzureSettings { get; }

Property Value

Type Description
UploadControlAzureSettings

A UploadControlAzureSettings object containing style settings.

Remarks

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

Note

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

See Also