How can I change the Dragging mode of the DockingWindow ?
(Views :1055)

The dragging mode of the DockingWindow can be changed to Normal drag, Shadow drag and Border drag. It can be done as follows :

[C#]



//Shadow drag mode
DockingManager.DraggingType = DraggingType.ShadowDragging;

//Border drag mode
DockingManager.DraggingType = DraggingType.BorderDragging;




Syncfusion Inc.
::adCenter::