C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridAllowDragging Enumeration

GridAllowDragging Enumeration
Defines constants that specify which grid elements can be moved to new positions with drag.
Syntax
'Declaration
 
Public Enum GridAllowDragging 
   Inherits System.Enum
 
Members
MemberDescription
BothUser can drag both columns and rows to new positions.
ColumnsUser can drag columns to new positions.
NoneNo grid elements can be moved with drag.
RowsUser can drag rows to new positions.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Grid.GridAllowDragging

See Also