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

BootstrapBinaryImageEditingSettingsBase.UploadSettings Property

Provides access to the binary image upload settings.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapBinaryImageUploadSettings UploadSettings { get; }

Property Value

Type Description
BootstrapBinaryImageUploadSettings

A BootstrapBinaryImageUploadSettings object that contains upload settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to UploadSettings
BootstrapBinaryImage
.EditingSettings.UploadSettings
BootstrapBinaryImageEditProperties
.EditingSettings.UploadSettings

Remarks

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

See Also