Gets or sets the text displayed on empty place holder.

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("No file")]
[JsonAttribute(true, true, "No file")]
public string EmptyText { get; set; }
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Appearance")> _
<DefaultValueAttribute("No file")> _
<JsonAttribute(True, True, "No file")> _
Public Property EmptyText As String
	Get
	Set

See Also