DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / DashboardOptions Class / GlobalDrag Property

In This Topic
    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