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

In This Topic
    EmptyDataTemplate Property
    In This Topic
    Gets or sets the user-defined content for the empty data row rendered when a C1GridView control is bound to a data source that does not contain any records.
    Syntax
    'Declaration
     
    Public Overridable Property EmptyDataTemplate As System.Web.UI.ITemplate
    public virtual System.Web.UI.ITemplate EmptyDataTemplate {get; set;}
    See Also