ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockTabControl Class / CanUserFloat Property

In This Topic
    CanUserFloat Property (C1DockTabControl)
    In This Topic
    Gets or sets a value that determines whether the user can change the DockMode property to DockMode.Floating.
    Syntax
    'Declaration
     
    Public Property CanUserFloat As Boolean
    public bool CanUserFloat {get; set;}
    See Also