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