public enum GridAllowResizing : System.Enum
public enum GridAllowResizing : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.WinUI.Grid.GridAllowResizing