C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRow Class / AllowDragging Property


In This Topic
AllowDragging Property (GridRow)
In This Topic
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
See Also