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

ImageUploader.DescriptionTooltipText Property

Text of the tooltip which is displayed when the mouse pointer is hovering over the description text field.

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

Syntax

Visual Basic
Public Property DescriptionTooltipText As String
C#
public string DescriptionTooltipText { 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 description text field. It can contain any characters and use the following placeholder:

Placeholder Description
[Text] Currently entered description.

Default value is "[Text]".

Remarks

This property corresponds to DescriptionTooltipText client-side property.

See Also

Reference