Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TileListBoxPanel Class / Owner Property

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