Switch that specifies whether Edit Description elements should be displayed under each thumbnail in the upload list.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property UploadPaneShowDescriptions As Boolean
public bool UploadPaneShowDescriptions { get; set; }
A boolean value (true or false). If true, the Edit Description elements are displayed under thumbnails in the upload pane, otherwise they are invisible. The folder pane is not affected with this property.
Default value is true.