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

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public C1DataBinding Parent { get; }
Visual Basic
Public ReadOnly Property Parent As C1DataBinding
	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