[]
Specifies a value that defines which elements can be resized.
public enum GridAllowResizing
Name | Description |
---|---|
Both | User can resize rows and columns. |
Columns | User can resize columns. |
None | No grid elements can be resized. |
Rows | User can resize rows. |