Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.AvalonDock Assembly / Xceed.Wpf.AvalonDock.Layout Namespace / Extensions Class / Descendents Method
The ILayoutElement whose descendents will be returned.


In This Topic
    Descendents Method
    In This Topic
    Returns the descendents of the specified ILayoutElement.
    Syntax
    'Declaration
     
    <ExtensionAttribute()>
    Public Shared Function Descendents( _
       ByVal element As ILayoutElement _
    ) As IEnumerable(Of ILayoutElement)
    'Usage
     
    Dim element As ILayoutElement
    Dim value As IEnumerable(Of ILayoutElement)
     
    value = Extensions.Descendents(element)
    [Extension()]
    public static IEnumerable<ILayoutElement> Descendents( 
       ILayoutElement element
    )

    Parameters

    element
    The ILayoutElement whose descendents will be returned.

    Return Value

    The descendents of the specified ILayoutElement.
    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