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

UploadAdvancedModeSettings.DropZoneText Property

Specifies a text displayed in a drop zone.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String "Drop file(s) here"

A string specifying the displayed text.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to DropZoneText
ASP.NET MVC Extensions UploadControlSettings
.AdvancedModeSettings .DropZoneText
ASP.NET Web Forms Controls ASPxUploadControl
.AdvancedModeSettings .DropZoneText

Remarks

When the drag and drop feature is enabled (the UploadAdvancedModeSettings.EnableDragAndDrop property is set to true), end-users can add files to the upload list 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.

ASPxUploadControl_DragAndDrop

See Also