C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewRowState Enumeration

C1GridViewRowState Enumeration
Specifies the state of a row in the C1GridView control.
Syntax
'Declaration
 
Public Enum C1GridViewRowState 
   Inherits 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