ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1VirtualizingPanel Class / Owner Property

In This Topic
    Owner Property (C1VirtualizingPanel)
    In This Topic
    Gets the items control which is parent of this panel.
    Syntax
    'Declaration
     
    Public ReadOnly Property Owner As C1ItemsControl
    public C1ItemsControl Owner {get;}
    See Also