ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewRowState Enumeration

In This Topic
    C1GridViewRowState Enumeration
    In This Topic
    Specifies the state of a row in the C1GridView control.
    Syntax
    'Declaration
     
    Public Enum C1GridViewRowState 
       Inherits System.Enum
    public enum C1GridViewRowState : System.Enum 
    Members
    MemberDescription
    AlternateIndicates that the data control row is an alternate row.
    EditIndicates that the row is in an edit state, often the result of clicking an edit button for the row. Typically, the Edit and Insert states are mutually exclusive.
    NormalIndicates that the data control row is in a normal state. The Normal state is mutually exclusive with other states except the Alternate state.
    SelectedIndicates that the row has been selected by the user.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1GridView.C1GridViewRowState

    See Also