AllowDragging Property (TransposedGridRow)
In This Topic
Gets or sets whether the user can move this row or column to a new position with the mouse.
Syntax
'Declaration
Public Overridable Property AllowDragging As Boolean
public virtual bool AllowDragging {get; set;}
See Also