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

In This Topic
    Scope Property
    In This Topic
    Gets or sets the header cell's scope within an HTML table.
    Syntax
    'Declaration
     
    Public Overridable Property Scope As System.Web.UI.WebControls.TableHeaderScope
    public virtual System.Web.UI.WebControls.TableHeaderScope Scope {get; set;}
    See Also