C1.WPF.PrintDocument.4.6.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
 
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