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

ImageUploader.ButtonAddFilesText Property

Caption of the button which opens Open File dialog to select files for upload.

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

Syntax

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

Property Value

A string value that specifies a caption of Add Files button. If an empty string is specified, the button becomes invisible.

Default value is "Add Files...".

Remarks

This property corresponds to ButtonAddFilesText client-side property.

See Also

Reference