[]
Specifies a value that defines which elements can be resized.
public sealed class GridAllowResizing : Enum
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. |
value__ |