[]
Returns the C1DataBinding object for a specified child object.
protected virtual C1DataBinding GetDataBindingForChild(RenderObject child)
Type | Name | Description |
---|---|---|
RenderObject | child | The RenderObject object that is a child of the current object. |
Type | Description |
---|---|
C1DataBinding | The C1DataBinding object for the specified child object, or null if data binding is not specified for that child. |