BootstrapBinaryImageEditingSettingsBase.UploadSettings Property
Provides access to the binary image upload settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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 |
|
| BootstrapBinaryImageEditProperties |
|
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