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