MindFusion.Wpf Pack Programmer's Guide
DockElement Class
See Also
 





Represents the base class for all views in a DockControl.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public abstract class DockElement : ItemsControl

Visual Basic  Copy Code

Public MustInherit Class DockElement
    Inherits ItemsControl

 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
                                MindFusion.UI.Wpf.DockElement
                                    MindFusion.UI.Wpf.DockContainer
                                    MindFusion.UI.Wpf.DockWindowBase

 See Also

DockElement Members
MindFusion.UI.Wpf Namespace