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

ImageUploader.ButtonDeselectAllText Property

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)

Syntax

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

Property Value

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

Remarks

This property corresponds to ButtonDeselectAllText client-side property.

See Also

Reference