This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.DropFilesHereText Property

Text of the label on the upload pane displayed when no files are selected for the upload.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property DropFilesHereText As String
C#
public string DropFilesHereText { get; set; }

Property Value

A string value which specifies a caption of the Drop Files Here label.

Default value is "Drop files here".

Remarks

This property corresponds to DropFilesHereText client-side property.

See Also

Reference