This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.UploadPaneShowDescriptions Property

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)

Syntax

Visual Basic
Public Property UploadPaneShowDescriptions As Boolean
C#
public bool UploadPaneShowDescriptions { get; set; }

Property Value

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.

Remarks

This property corresponds to UploadPaneShowDescriptions client-side property.

See Also

Reference