'DeclarationPublic Enum DataGridRowType Inherits System.Enum
public enum DataGridRowType : System.Enum
'DeclarationPublic Enum DataGridRowType Inherits System.Enum
public enum DataGridRowType : System.Enum
| Member | Description |
|---|---|
| Bottom | A row which is at the bottom of the items rows. |
| Group | A row which represents a group of rows |
| Item | A common row. |
| New | A new row. |
| Top | A row which is on top of the items rows. |
| Undefined | A row which is not in the row collection yet. |
System.Object
System.ValueType
System.Enum
C1.WPF.DataGrid.DataGridRowType