| C1.Android.Grid Assembly > C1.Android.Grid Namespace : GridAllowResizing Enumeration |
public enum GridAllowResizing : System.Enum
| Member | Description |
|---|---|
| Both | User can resize rows and columns. |
| Columns | User can resize columns. |
| None | No grid elements can be resized. |
| Rows | User can resize rows. |
System.Object
System.ValueType
System.Enum
C1.Android.Grid.GridAllowResizing