Gets a reference to the TableItemStyle object that enables you to set the appearance of 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#
[C1CategoryAttribute("Category.Style")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[LayoutAttribute(LayoutType.Styles)]
public TableItemStyle EmptyDataRowStyle { get; }
Visual Basic
<C1CategoryAttribute("Category.Style")> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
<NotifyParentPropertyAttribute(True)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<LayoutAttribute(LayoutType.Styles)> _
Public ReadOnly Property EmptyDataRowStyle As TableItemStyle
	Get

See Also