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

ImageUploader.ShowDescriptions Property

Switch that specifies whether to display Edit Description elements under the thumbnails.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

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

Property Value

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.

Remarks

This property corresponds to ShowDescriptions client-side property.

See Also

Reference