Gets or sets the tooltip displayed above the [Upload] button.

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

Syntax

C#
[DefaultValueAttribute("Upload the selected files.")]
[JsonAttribute(true, true, "Upload the selected files.")]
[C1CategoryAttribute("Category.Appearance")]
public string UploadButtonToolTip { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("Upload the selected files.")> _
<JsonAttribute(True, True, "Upload the selected files.")> _
<C1CategoryAttribute("Category.Appearance")> _
Public Property UploadButtonToolTip As String
	Get
	Set

See Also