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

In This Topic
    RowState Property
    In This Topic
    Gets the state of the C1GridViewRow object.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property RowState As C1GridViewRowState
    public virtual C1GridViewRowState RowState {get;}
    See Also