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

BinaryImageEditingSettings.DropZoneText Property

Specifies the text displayed in a drop zone.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("Drop image file here")]
public string DropZoneText { get; set; }

Property Value

Type Default Description
String "Drop image file here"

A String value specifying the displayed text.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to DropZoneText
ASP.NET Bootstrap Controls BootstrapBinaryImage
.EditingSettings.DropZoneText
BootstrapBinaryImageEditProperties
.EditingSettings.DropZoneText
ASP.NET Web Forms Controls ASPxBinaryImage
.EditingSettings.DropZoneText
BinaryImageEditProperties
.EditingSettings.DropZoneText
MVCxBinaryImage
.EditingSettings.DropZoneText
MVCxBinaryImageEditProperties
.EditingSettings.DropZoneText
MVCxColumnBinaryImageEditProperties
.EditingSettings.DropZoneText

Remarks

When the drag and drop feature is enabled, end-users can upload images to the editor by dragging them to a drop zone. The zone is highlighted when a file is dragged over it. Use the DropZoneText property to specify the text displayed in the highlighted zone.

See Also