'Declaration Protected Overridable Function GetDataBindingForChild( _ ByVal child As RenderObject _ ) As C1DataBinding
protected virtual C1DataBinding GetDataBindingForChild( RenderObject child )
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.