UploadAdvancedModeSettings.DropZoneText Property
In This Article
Specifies a text displayed in a drop zone.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | "Drop file |
A string specifying the displayed text. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Drop |
---|---|---|
ASP. |
Upload |
|
ASP. |
ASPx |
|
#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.
See Also