Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownEditorViewBase Class / Parent Property

In This Topic
    Parent Property (DropDownEditorViewBase)
    In This Topic
    Gets the element's parent, or null if this is the root element.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Parent As Element
    public Element Parent {get;}
    See Also