'Declaration
Public Enum GridAllowDragging Inherits System.Enum
'Usage
Dim instance As GridAllowDragging
public enum GridAllowDragging : System.Enum
'Declaration
Public Enum GridAllowDragging Inherits System.Enum
'Usage
Dim instance As GridAllowDragging
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.Android.Grid.GridAllowDragging