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

ImageUploader.ButtonRemoveAllFromUploadListText Property

Caption of the button which removes all the files from the upload list.

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

Syntax

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

Property Value

A string value that specifies a caption for the Remove All button.

Default value is "Remove All".

Remarks

This property corresponds to ButtonRemoveAllFromUploadListText client-side property.

See Also

Reference