ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockGroup Class
Members

In This Topic
    C1DockGroup Class
    In This Topic
    Use as a C1DockControl item to enclose C1DockTabControls in a sub-rectangle of the available space.
    Object Model
    C1DockGroup Class
    Syntax
    'Declaration
     
    Public Class C1DockGroup 
       Inherits System.Windows.Controls.ItemsControl
    public class C1DockGroup : System.Windows.Controls.ItemsControl 
    Remarks
    Some layouts can only be obtained with the use of this class.
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         System.Windows.Controls.ItemsControl
                            C1.WPF.Docking.C1DockGroup

    See Also