ComponentOne OrgChart for UWP
C1.UWP.OrgChart Assembly / C1.Xaml.OrgChart Namespace / C1OrgChart Class / ItemFromContainer Method

In This Topic
    ItemFromContainer Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function ItemFromContainer( _
       ByVal container As Windows.UI.Xaml.DependencyObject _
    ) As System.Object
    public System.object ItemFromContainer( 
       Windows.UI.Xaml.DependencyObject container
    )

    Parameters

    container
    See Also