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

BinaryImageEditingSettings.UploadSettings Property

Provides access to the binary image upload settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public BinaryImageUploadSettings UploadSettings { get; }

Property Value

Type Description
BinaryImageUploadSettings

A BinaryImageUploadSettings object that contains upload settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to UploadSettings
ASP.NET Controls and MVC Extensions ASPxBinaryImage
.EditingSettings .UploadSettings
BinaryImageEditProperties
.EditingSettings .UploadSettings
ASP.NET Bootstrap Controls BootstrapBinaryImage
.EditingSettings .UploadSettings
BootstrapBinaryImageEditProperties
.EditingSettings .UploadSettings
ASP.NET MVC Extensions MVCxBinaryImage
.EditingSettings .UploadSettings
MVCxBinaryImageEditProperties
.EditingSettings .UploadSettings
MVCxColumnBinaryImageEditProperties
.EditingSettings .UploadSettings

Remarks

When the BinaryImageEditingSettings.Enabled property is set to true, end-users can upload images to control. Use the UploadSettings property to specify the control uploading settings.

See Also