Switch that specifies whether to display remove icons on preview thumbnails.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property EnableRemoveIcon As Boolean
public bool EnableRemoveIcon { get; set; }
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
.