[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.C1DataBinding.IsParentFor

IsParentFor Method

IsParentFor(C1DataBinding)

Tests whether the current data binding object is a parent (or a grand- or a deeper-level parent) of another object.

Declaration
public bool IsParentFor(C1DataBinding dataBinding)
Public Function IsParentFor(dataBinding As C1DataBinding) As Boolean
Parameters
Type Name Description
C1DataBinding dataBinding

The C1DataBinding object that is tested for being a child of the current object.

Returns
Type Description
bool

true if the current object is a parent of the passed object, false otherwise.