'Declaration Public Enum AllowDragging Inherits System.Enum
public enum AllowDragging : System.Enum
'Declaration Public Enum AllowDragging Inherits System.Enum
public enum AllowDragging : System.Enum
Member | Description |
---|---|
Both | The user may drag rows and columns. |
Columns | The user may drag columns. |
None | The user may not drag rows or columns. |
Rows | The user may drag rows. |
System.Object
System.ValueType
System.Enum
C1.Web.Mvc.Grid.AllowDragging