'Declaration Public Function IsParentFor( _ ByVal dataBinding As C1DataBinding _ ) As Boolean
public bool IsParentFor( C1DataBinding dataBinding )
Parameters
- dataBinding
- The C1DataBinding object that is tested for being a child of the current object.
Return Value
true if the current object is a parent of the passed object, false otherwise.