BinaryImageEditingSettings.UploadSettings Property
In This Article
Provides access to the binary image upload settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public BinaryImageUploadSettings UploadSettings { get; }
#Property Value
Type | Description |
---|---|
Binary |
A Binary |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Upload |
---|---|
ASPx |
|
Binary |
|
#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