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
public bool AllowDragging {get; set;}
See Also