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

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

Syntax

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

See Also