PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / DictionaryItem Class / Owner Property

In This Topic
    Owner Property (DictionaryItem)
    In This Topic
    Gets the Dictionary object that is the owner of the current item.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Owner As Dictionary
    public new Dictionary Owner {get;}
    See Also