Gets or sets a value that determines whether displaying tooltip above the file place holder.

Namespace:  C1.Web.UI.Controls.C1Upload
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[JsonAttribute(true, true, true)]
[DefaultValueAttribute(true)]
[C1CategoryAttribute("Category.Appearance")]
public bool ShowFullPathToolTip { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, True)> _
<DefaultValueAttribute(True)> _
<C1CategoryAttribute("Category.Appearance")> _
Public Property ShowFullPathToolTip As Boolean
	Get
	Set

See Also