ComponentOne Xamarin.Android
AllowDragging Property (GridRow)


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridRow Class : AllowDragging Property
Syntax
'Declaration
 
Public Property AllowDragging As Boolean
'Usage
 
Dim instance As GridRow
Dim value As Boolean
 
instance.AllowDragging = value
 
value = instance.AllowDragging
public bool AllowDragging {get; set;}
See Also

Reference

GridRow Class
GridRow Members