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

ImageUploader.ButtonRemoveFromUploadListText Property

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

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

Syntax

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

Property Value

A string value that specifies a caption of the Remove button.

Default value is "Remove".

Remarks

This property corresponds to ButtonRemoveFromUploadListText client-side property.

See Also

Reference