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.v20.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:

Show 22 property paths
Library Object Type Path to DropZoneText
ASP.NET Controls and MVC Extensions ASPxHtmlEditorUploadControl
.AdvancedModeSettings .DropZoneText
HtmlEditorAudioSelectorUploadSettings
.AdvancedModeSettings .DropZoneText
HtmlEditorDocumentSelectorUploadSettings
.AdvancedModeSettings .DropZoneText
HtmlEditorFileManagerUploadSettings
.AdvancedModeSettings .DropZoneText
HtmlEditorFlashSelectorUploadSettings
.AdvancedModeSettings .DropZoneText
HtmlEditorImageSelectorUploadSettings
.AdvancedModeSettings .DropZoneText
HtmlEditorVideoSelectorUploadSettings
.AdvancedModeSettings .DropZoneText
RichEditDocumentSelectorUploadSettings
.AdvancedModeSettings .DropZoneText
SpreadsheetFileManagerUploadSettings
.AdvancedModeSettings .DropZoneText
ASPxUploadControl
.AdvancedModeSettings .DropZoneText
FileManagerSettingsUpload
.AdvancedModeSettings .DropZoneText
ASP.NET Bootstrap Controls BootstrapFileManagerSettingsUpload
.AdvancedModeSettings .DropZoneText
BootstrapUploadControl
.AdvancedModeSettings .DropZoneText
ASP.NET MVC Extensions MVCxFileManagerSettingsUpload
.AdvancedModeSettings .DropZoneText
MVCxHtmlEditorAudioSelectorUploadSettings
.AdvancedModeSettings .DropZoneText
MVCxHtmlEditorDocumentSelectorUploadSettings
.AdvancedModeSettings .DropZoneText
MVCxHtmlEditorFileManagerUploadSettings
.AdvancedModeSettings .DropZoneText
MVCxHtmlEditorFlashSelectorUploadSettings
.AdvancedModeSettings .DropZoneText
MVCxHtmlEditorImageSelectorUploadSettings
.AdvancedModeSettings .DropZoneText
MVCxHtmlEditorVideoSelectorUploadSettings
.AdvancedModeSettings .DropZoneText
MVCxUploadControl
.AdvancedModeSettings .DropZoneText
UploadControlSettings
.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