| C1.Silverlight.FlexGrid.5 Assembly > C1.Silverlight.FlexGrid Namespace : AllowDragging Enumeration | 
'Declaration Public Enum AllowDragging Inherits System.Enum
public enum AllowDragging : System.Enum
| Member | Description | 
|---|---|
| Both | User can drag rows and columns to new positions using the mouse. | 
| Columns | User can drag columns to new positions using the mouse. | 
| None | No grid elements can be moved with the mouse. | 
| Rows | User can drag rows to new positions using the mouse. | 
System.Object
   System.ValueType
      System.Enum
         C1.Silverlight.FlexGrid.AllowDragging