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

ImageUploader.ButtonCheckAllText Property

Caption of Check All button which is dispayed in TwoPanes layout if CheckFilesBySelectAllButton is set to true. The button sets check boxes for all files in the folder pane.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property ButtonCheckAllText As String
C#
public string ButtonCheckAllText { get; set; }

Property Value

A string value that specifies the caption of the Check All button which is displayed in TwoPanes layout if CheckFilesBySelectAllButton is set to true. If an empty string is specified, the button is invisible.

Default value is "Check All".

Remarks

This property corresponds to ButtonCheckAllText client-side property.

See Also

Reference