Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.AvalonDock Assembly / Xceed.Wpf.AvalonDock.Layout Namespace / LayoutRoot Class
Properties Methods Events


In This Topic
    LayoutRoot Class Members
    In This Topic

    The following tables list the members exposed by LayoutRoot.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the LayoutRoot class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the active LayoutContent-derived element.  
    Public PropertyGets or sets the bottom side of the layout root.  
    Public PropertyGets the child elements of the layout root.  
    Public PropertyGets the number of child elements.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public PropertyGets the floating windows that are in the layout.  
    Public PropertyGets the hidden anchorables in the layout.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets the last focused content.  
    Public PropertyGets or sets the left side of the layout root.  
    Public PropertyGets the DockingManager that arranges the panes it contains and handles autohide anchorables and floating windows.  
    Public PropertyGets or sets the parent container of the element. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutElement)
    Public PropertyGets or sets the right side of the layout root.  
    Public PropertyGets or sets the root of the element. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutElement)
    Public PropertyGets or sets the root layout panel.  
    Public PropertyGets or sets the top side of the layout root.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public MethodRemoves any empty containers not directly referenced by other layout items.  
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method  
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method  
    Public MethodRemoves the specified child element.  
    Public MethodReplaces on child element with another.  
    Public Method (Inherited from System.Windows.DependencyObject)
    Public MethodOverloaded.  (Inherited from System.Windows.DependencyObject)
    Public Method  
    Top
    Protected Methods
     NameDescription
    Protected MethodProvides derived classes an opportunity to handle changes to the Parent property. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutElement)
    Protected MethodProvides derived classes an opportunity to execute code before the Parent property changes. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutElement)
    Protected Method (Inherited from System.Windows.DependencyObject)
    Protected MethodProvides derived classes an opportunity to handle changes to the Root property. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutElement)
    Protected MethodRaises the PropertyChanged event for the specified property name. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutElement)
    Protected MethodRaises the PropertyChanging event for the specified property name. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutElement)
    Protected Internal Method (Inherited from System.Windows.DependencyObject)
    Top
    Public Events
     NameDescription
    Public EventRaised when an element is added to the layout.  
    Public EventRaised when an element is removed from the layout.  
    Public EventRaised when a property has changed. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutElement)
    Public EventRaised when a property is about to change. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutElement)
    Public EventRaised when the layout is updated.  
    Top
    See Also