ComponentOne Xamarin Edition
GridAllowDragging Enumeration
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace : GridAllowDragging Enumeration
Defines constants that specify which grid elements can be moved to new positions with drag.
Syntax
public enum GridAllowDragging : System.Enum 
Members
MemberDescription
Both User can drag both columns and rows to new positions.
Columns User can drag columns to new positions.
None No grid elements can be moved with drag.
Rows User can drag rows to new positions.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xamarin.Forms.Grid.GridAllowDragging

See Also

Reference

C1.Xamarin.Forms.Grid Namespace