'Declaration
Public Enum AllowDraggingEnum Inherits System.Enum
public enum AllowDraggingEnum : System.Enum
'Declaration
Public Enum AllowDraggingEnum Inherits System.Enum
public enum AllowDraggingEnum : System.Enum
Member | Description |
---|---|
Both | The user may drag rows and columns with the mouse. |
Columns | The user may drag columns with the mouse. |
None | The user may not drag rows or columns. |
Rows | The user may drag rows with the mouse. |
System.Object
System.ValueType
System.Enum
C1.Win.C1FlexGrid.AllowDraggingEnum