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

In This Topic
    RowType Property
    In This Topic
    Gets the row type of the C1GridViewRow object.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property RowType As C1GridViewRowType
    public virtual C1GridViewRowType RowType {get;}
    See Also