ComponentOne Xamarin.iOS
AllowDragging Property (GridRow)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridRow Class : AllowDragging Property
Gets or sets a value indicating whether this row can be dragged.
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