[]
Defines which grid elements can be moved to new positions with the mouse.
public enum AllowDragging
Name | 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. |