Gets or sets the tooltip displayed above the [Add File] button.
Namespace:
C1.Web.UI.Controls.C1UploadAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
C# |
---|
[DefaultValueAttribute("Choose a file to add.")] [JsonAttribute(true, true, "Choose a file to add.")] [C1CategoryAttribute("Category.Appearance")] public string AddFileButtonToolTip { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute("Choose a file to add.")> _ <JsonAttribute(True, True, "Choose a file to add.")> _ <C1CategoryAttribute("Category.Appearance")> _ Public Property AddFileButtonToolTip As String Get Set |