Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.AvalonDock Assembly / Xceed.Wpf.AvalonDock Namespace / DockingManager Class / GetLayoutItemFromModel Method
The LayoutContent to search.


In This Topic
    GetLayoutItemFromModel Method
    In This Topic
    Returns the LayoutItem wrapper for the content passed as argument.
    Syntax
    'Declaration
     
    Public Function GetLayoutItemFromModel( _
       ByVal content As LayoutContent _
    ) As LayoutItem
    'Usage
     
    Dim instance As DockingManager
    Dim content As LayoutContent
    Dim value As LayoutItem
     
    value = instance.GetLayoutItemFromModel(content)
    public LayoutItem GetLayoutItemFromModel( 
       LayoutContent content
    )

    Parameters

    content
    The LayoutContent to search.

    Return Value

    Either a LayoutAnchorableItem or LayoutDocumentItem that contains the LayoutContent passed as argument.
    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