[]
Defines constants that specify which grid elements can be moved to new positions with drag.
public enum GridAllowDragging
Name | Description |
---|---|
Both | User can drag both columns and rows to new positions. |
Columns | User can drag columns to new positions. |
None | No grid elements can be moved with drag. |
Rows | User can drag rows to new positions. |