UploadAdvancedModeSettings.DropZoneText Property
Specifies a text displayed in a drop zone.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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 |
|
| ASP.NET Web Forms Controls | ASPxUploadControl |
|
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