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

BinaryImageEditingSettings.AllowDropOnPreview Property

Gets or sets whether end-users can upload images by dropping them on the preview.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(true)]
public bool AllowDropOnPreview { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to allow end-users to drop images on the preview; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowDropOnPreview
ASP.NET Controls and MVC Extensions ASPxBinaryImage
.EditingSettings.AllowDropOnPreview
BinaryImageEditProperties
.EditingSettings.AllowDropOnPreview
MVCxBinaryImage
.EditingSettings.AllowDropOnPreview
MVCxBinaryImageEditProperties
.EditingSettings.AllowDropOnPreview
MVCxColumnBinaryImageEditProperties
.EditingSettings.AllowDropOnPreview
ASP.NET Bootstrap Controls BootstrapBinaryImage
.EditingSettings.AllowDropOnPreview
BootstrapBinaryImageEditProperties
.EditingSettings.AllowDropOnPreview

Remarks

The AllowDropOnPreview property is in effect when the BinaryImageEditingSettings.Enabled property is set to true.

See Also