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

ImageUploader.EditDescriptionTooltipText Property

Text of the tooltip which is displayed when the mouse pointer is hovering over the Edit Description label-hyperlink.

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

Syntax

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

Property Value

A string value that specifies a text of the tooltip which is displayed when the mouse pointer is hovering over the Edit Description label-hyperlink. It can contain any characters and use the following placeholder:

Placeholder Description
[Text] Current caption of the Edit Description label-hyperlink.

Default value is "[Text]".

Remarks

This property corresponds to EditDescriptionTooltipText client-side property.

See Also

Reference