Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.AvalonDock Assembly / Xceed.Wpf.AvalonDock.Layout Namespace / Extensions Class
Members


In This Topic
    Extensions Class
    In This Topic
    Provides various extension methods.
    Syntax
    'Declaration
     
    <ExtensionAttribute()>
    Public MustInherit NotInheritable Class Extensions 
    'Usage
     
    Dim instance As Extensions
    [Extension()]
    public static class Extensions 
    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.AvalonDock.Layout.Extensions

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Indicates whether a child of a specified type is contained in the ILayoutContainer.  
    Public Methodstatic (Shared in Visual Basic)Returns the descendents of the specified ILayoutElement.  
    Public Methodstatic (Shared in Visual Basic)Finds the parent of the specified type of the specified ILayoutElement.  
    Public Methodstatic (Shared in Visual Basic)Returns the root of the specified ILayoutElement.  
    Public Methodstatic (Shared in Visual Basic)Returns the anchor side of the specified ILayoutElement.  
    Public Methodstatic (Shared in Visual Basic)Returns whether the specified container is of either of the specified types.  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also