ComponentOne Xamarin.iOS
AllowDragging Property (GridBase)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : AllowDragging Property
Gets or sets a value that indicates whether users are allowed to move rows and columns to new positions.
Syntax
'Declaration
 
<Foundation.ExportAttribute("AllowDragging")>
<BrowsableAttribute(True)>
Public Property AllowDragging As GridAllowDragging
'Usage
 
Dim instance As GridBase
Dim value As GridAllowDragging
 
instance.AllowDragging = value
 
value = instance.AllowDragging
[Foundation.Export("AllowDragging")]
[Browsable(true)]
public GridAllowDragging AllowDragging {get; set;}
See Also

Reference

GridBase Class
GridBase Members