GlobalDrag Property (DashboardOptions)
In This Topic
Defines whether the item containers can be dragged from this C1DashboardLayout control to others where this global dragging also allowed.
Syntax
'Declaration
Public Property GlobalDrag As Boolean
public bool GlobalDrag {get; set;}
See Also