PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.DataBinding Namespace / C1DataBinding Class / Parent Property

In This Topic
    Parent Property (C1DataBinding)
    In This Topic
    Gets the C1DataBinding object which is the parent of the current data binding.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parent As C1DataBinding
    public C1DataBinding Parent {get;}
    Remarks
    The parent is retrieved based on the objects' containment hierarchy. For instance, for a RenderText within a RenderArea, Parent of the DataBinding on the RenderText will return DataBinding of the RenderArea containing the text.
    See Also