Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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:

Object Type Path to AllowDropOnPreview
ASPxBinaryImage
.EditingSettings .AllowDropOnPreview
BinaryImageEditProperties
.EditingSettings .AllowDropOnPreview

Remarks

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

See Also