ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / EmptyDataRowStyle Property

In This Topic
    EmptyDataRowStyle Property
    In This Topic
    Gets a reference to the System.Web.UI.WebControls.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.
    Syntax
    'Declaration
     
    Public ReadOnly Property EmptyDataRowStyle As System.Web.UI.WebControls.TableItemStyle
    public System.Web.UI.WebControls.TableItemStyle EmptyDataRowStyle {get;}
    See Also