Switch that specifies whether to display Edit Description elements under the thumbnails.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property ShowDescriptions As Boolean
public bool ShowDescriptions { get; set; }
A boolean value (true
or false
). If true
, the Edit Description elements are displayed under the thumbnails, otherwise they are invisible.
Default value is true
.