C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderImage Class / GetDataBindingForChild Method
The RenderObject object that is a child of the current object.

In This Topic
GetDataBindingForChild Method (RenderImage)
In This Topic
Returns the C1.C1Preview.DataBinding.C1DataBinding object for a specified child object.
Syntax
'Declaration
 
Protected Overridable Function GetDataBindingForChild( _
   ByVal child As RenderObject _
) As C1DataBinding
 

Parameters

child
The RenderObject object that is a child of the current object.

Return Value

The C1.C1Preview.DataBinding.C1DataBinding object for the specified child object, or null if data binding is not specified for that child.
See Also