Gets or sets the text to display in the empty data row rendered when a C1GridView control is bound to a data source that does not contain any records.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
[C1CategoryAttribute("Category.Appearance")]
[JsonAttribute(true, true, "")]
[LayoutAttribute(LayoutType.Appearance)]
public virtual string EmptyDataText { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
<C1CategoryAttribute("Category.Appearance")> _
<JsonAttribute(True, True, "")> _
<LayoutAttribute(LayoutType.Appearance)> _
Public Overridable Property EmptyDataText As String
	Get
	Set

See Also