'Declaration Public Enum C1GridViewRowState Inherits System.Enum
public enum C1GridViewRowState : System.Enum
'Declaration Public Enum C1GridViewRowState Inherits System.Enum
public enum C1GridViewRowState : System.Enum
Member | Description |
---|---|
Alternate | Indicates that the data control row is an alternate row. |
Edit | Indicates 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. |
Normal | Indicates that the data control row is in a normal state. The Normal state is mutually exclusive with other states except the Alternate state. |
Selected | Indicates that the row has been selected by the user. |
System.Object
System.ValueType
System.Enum
C1.Web.Wijmo.Controls.C1GridView.C1GridViewRowState