C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.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
 
'Usage
 
Dim instance As GridAllowDragging
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.Xamarin.Forms.Grid.GridAllowDragging

See Also