Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.AvalonDock Assembly / Xceed.Wpf.AvalonDock.Layout Namespace / LayoutDocumentPaneGroup Class


    LayoutDocumentPaneGroup Class Methods

    For a list of all members of this type, see LayoutDocumentPaneGroup members.

    Public Methods
     NameDescription
    Public MethodOverloaded.  (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public MethodDetermines whether an element is visible. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<T>)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public MethodReturns null. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<T>)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public MethodReturns the index of the specified child layout element. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<T>)
    Public MethodInserts the specified child layout element at the specified index. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<T>)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public MethodMoves a child from an old index to a new index within a pane (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<T>)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public MethodOverridden. Reads serialized layout information using the specified XmlReader.  
    Public MethodRemoves the specified child ILayoutElement. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<T>)
    Public MethodRemoves the child element at the specified index. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<T>)
    Public MethodReplaces a child ILayoutElement with a new one. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<T>)
    Public MethodReplaces the child element at the specified index with the specified element. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<T>)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public MethodOverloaded.  (Inherited from System.Windows.DependencyObject)
    Public MethodOverridden. Reads serialized layout information using the specified XmlWriter.  
    Top
    Protected Methods
     NameDescription
    Protected Method

    Called when a child has been moved.

    (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<T>)
    Protected MethodOverridden. Gets whether any of the child LayoutDocumentPane elements are visible  
    Protected Method (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroupBase)
    Protected MethodCalled when the ChildrenCollectionChanged event is raised. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroupBase)
    Protected MethodCalled when the ChildrenTreeChanged event is raised. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroupBase)
    Protected MethodCalled when DockHeight has changed. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutPositionableGroup<ILayoutDocumentPane>)
    Protected MethodCalled when DockWidth has changed. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutPositionableGroup<ILayoutDocumentPane>)
    Protected MethodCalled when IsVisible has changed. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<T>)
    Protected MethodCalled when Parent has changed. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroup<T>)
    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
    See Also