Switch that specifies whether buttons which add or remove files to or from the upload list should be visible.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property ShowUploadListButtons As Boolean
public bool ShowUploadListButtons { get; set; }
A boolean value (true
or false
). If true
, buttons are visible, otherwise - hidden.
Default value is true
.