ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ListViewerPanel Class / Owner Property



In This Topic
    Owner Property (C1ListViewerPanel)
    In This Topic
    Gets the items control which is parent of this panel.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Owner As C1ListViewer
    'Usage
     
    
    Dim instance As C1ListViewerPanel
    Dim value As C1ListViewer
     
    value = instance.Owner
    public C1ListViewer Owner {get;}
    public:
    property C1ListViewer^ Owner {
       C1ListViewer^ get();
    }
    See Also