ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockWindow Class / IsDraggable Property

In This Topic
    IsDraggable Property (C1DockWindow)
    In This Topic
    Gets or set whether the window can be dragged.
    Syntax
    'Declaration
     
    Public Property IsDraggable As Boolean
    public bool IsDraggable {get; set;}
    See Also