'Declaration Public Enum AllowResizing Inherits System.Enum
public enum AllowResizing : System.Enum
'Declaration Public Enum AllowResizing Inherits System.Enum
public enum AllowResizing : System.Enum
Member | Description |
---|---|
Both | User can resize rows and columns with the mouse. |
Columns | User can resize columns with the mouse. |
None | No grid elements can be resized with the mouse. |
Rows | User can resize rows with the mouse. |
System.Object
System.ValueType
System.Enum
C1.WPF.FlexGrid.AllowResizing