[]
        
(Showing Draft Content)

C1.C1Preview.RenderObject.GetDataBindingForChild

GetDataBindingForChild Method

GetDataBindingForChild(RenderObject)

Returns the C1DataBinding object for a specified child object.

Declaration
protected virtual C1DataBinding GetDataBindingForChild(RenderObject child)
Parameters
Type Name Description
RenderObject child

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

Returns
Type Description
C1DataBinding

The C1DataBinding object for the specified child object, or null if data binding is not specified for that child.