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

ImageUploader.EditDescriptionText Property

Text of the label displayed instead of the description when it is empty.

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

Syntax

Visual Basic
Public Property EditDescriptionText As String
C#
public string EditDescriptionText { get; set; }

Property Value

A string value that specifies a caption of the Edit Description label-hyperlink.

Default value is "Edit description...".

Remarks

This property corresponds to EditDescriptionText client-side property.

See Also

Reference