'Declaration Public Enum GridAllowDragging Inherits System.Enum
public enum GridAllowDragging : System.Enum
'Declaration Public Enum GridAllowDragging Inherits System.Enum
public enum GridAllowDragging : System.Enum
Member | Description |
---|---|
Both | User can drag both columns and rows to new positions. |
Columns | User can drag columns to new positions. |
None | No grid elements can be moved with drag. |
Rows | User can drag rows to new positions. |
System.Object
System.ValueType
System.Enum
C1.WPF.Grid.GridAllowDragging