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

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