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

ImageUploader.EnableRemoveIcon Property

Switch that specifies whether to display remove icons on preview thumbnails.

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

Syntax

Visual Basic
Public Property EnableRemoveIcon As Boolean
C#
public bool EnableRemoveIcon { get; set; }

Property Value

A boolean value (true or false). If true, remove icon (cross) is visible when the user hovers a mouse pointer over the thumbnail, and therefore the user can remove the image. Otherwise, the icon is not displayed and the user cannot remove images from upload list manually.

Default value is true.

Remarks

This property corresponds to EnableRemoveIcon client-side property.

See Also

Reference