Caption of the button which deselects 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 ButtonDeselectAllText As String
public string ButtonDeselectAllText { get; set; }
A string value which specifies the caption of the Deselect All button. If an empty string is specified, the button becomes invisible.
Default value is "Deselect All".