This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.CheckFilesBySelectAllButton Property

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)

Syntax

Visual Basic
Public Property CheckFilesBySelectAllButton As Boolean
C#
public bool CheckFilesBySelectAllButton { get; set; }

Property Value

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.

Remarks

This property corresponds to CheckFilesBySelectAllButton client-side property.

See Also

Reference