Switch that specifies whether to display Check All/Uncheck All or Select All/Deselect All buttons in TwoPanes layout.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property CheckFilesBySelectAllButton As Boolean
public bool CheckFilesBySelectAllButton { get; set; }
A boolean value (true
or false
). If true
, the Check All and Uncheck All buttons which check and uncheck files in the folder pane are displayed. Otherwise, Image Uploader displayes the Select All and Deselect All buttons which just set/clear selection on items in the folder pane.
Default value is true
.