BinaryImageEditingSettings.AllowDropOnPreview Property
Gets or sets whether end-users can upload images by dropping them on the preview.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true |
|
Property Paths
You can access this nested property as listed below:
| Object Type | Path to AllowDropOnPreview |
|---|---|
| ASPxBinaryImage |
|
| BinaryImageEditProperties |
|
Remarks
The AllowDropOnPreview property is in effect when the BinaryImageEditingSettings.Enabled property is set to true.
See Also