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

ImageUploader.ButtonDeleteFilesText Property

Caption of the Delete Files button which deletes selected files from the file system.

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

Syntax

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

Property Value

A string value which specifies the caption of the Delete Files button. If an empty string is specified, the button becomes invisible.

Default value is "".

Remarks

This property corresponds to ButtonDeleteFilesText client-side property.

See Also

Reference