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

ImageUploader.ButtonSelectAllText Property

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)

Syntax

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

Property Value

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".

Remarks

This property corresponds to ButtonSelectAllText client-side property.

See Also

Reference