[]
Gets the C1DataBinding object which is the parent of the current data binding.
public C1DataBinding Parent { get; }
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.