ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewRow Class
Members

In This Topic
    C1GridViewRow Class
    In This Topic
    Represents an individual row in a C1GridView control.
    Object Model
    C1GridViewRow Class
    Syntax
    'Declaration
     
    Public Class C1GridViewRow 
       Inherits System.Web.UI.WebControls.TableRow
    public class C1GridViewRow : System.Web.UI.WebControls.TableRow 
    Inheritance Hierarchy

    System.Object
       System.Web.UI.Control
          System.Web.UI.WebControls.WebControl
             System.Web.UI.WebControls.TableRow
                C1.Web.Wijmo.Controls.C1GridView.C1GridViewRow
                   C1.Web.Wijmo.Controls.C1GridView.C1GridViewDataRow
                   C1.Web.Wijmo.Controls.C1GridView.C1GridViewDetailRow

    See Also