'DeclarationPublic Enum AllowResizing Inherits System.Enum
public enum AllowResizing : System.Enum
'DeclarationPublic Enum AllowResizing Inherits System.Enum
public enum AllowResizing : System.Enum
| Member | Description | 
|---|---|
| Both | User can resize rows and columns with the mouse. | 
| Columns | User can resize columns with the mouse. | 
| None | No grid elements can be resized with the mouse. | 
| Rows | User can resize rows with the mouse. | 
System.Object
   System.ValueType
      System.Enum
         C1.Xaml.FlexGrid.AllowResizing