Caption of the button which opens Open File dialog to select files for upload.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property ButtonAddFilesText As String
public string ButtonAddFilesText { get; set; }
A string value that specifies a caption of Add Files button. If an empty string is specified, the button becomes invisible.
Default value is "Add Files...".