Defines which grid elements can be moved to new positions with the mouse.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
public enum AllowDragging |
Visual Basic |
---|
Public Enumeration AllowDragging |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No grid elements can be moved with the mouse. | |
Columns | 1 | User can drag columns to new positions using the mouse. | |
Rows | 2 | User can drag rows to new positions using the mouse. | |
Both | 3 | User can drag rows and columns to new positions using the mouse. |