BinaryImageEditingSettings.UploadSettings Property
Provides access to the binary image upload settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
BinaryImageUploadSettings | A BinaryImageUploadSettings object that contains upload settings. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to UploadSettings |
---|---|
ASPxBinaryImage |
|
BinaryImageEditProperties |
|
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