Caption of the button which adds selected files to the upload list.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property ButtonAddToUploadListText As String
public string ButtonAddToUploadListText { get; set; }
A string value that specifies the caption of the Add button. If an empty string is specified, the button becomes invisible.
Default value is "Add".