[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.C1DataBinding.Parent

Parent Property

Parent

Gets the C1DataBinding object which is the parent of the current data binding.

Declaration
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.