ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockGroup Class / DockMode Property

In This Topic
    DockMode Property (C1DockGroup)
    In This Topic
    Gets or sets whether the C1DockGroup floats, slides from the border of the C1DockControl, is hidden, or is docked.
    Syntax
    'Declaration
     
    Public Property DockMode As DockMode
    public DockMode DockMode {get; set;}
    See Also