Caption of the button which selects all the files in the folder pane in ThreePanes layout. This button is displayed in TwoPanes layout if CheckFilesBySelectAllButton is false
.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property ButtonSelectAllText As String
public string ButtonSelectAllText { get; set; }
A string value that specifies a caption of the Select All button. If an empty string is specified, the button becomes invisible.
Default value is "Select All".