[]
Tests whether the current data binding object is a parent (or a grand- or a deeper-level parent) of another object.
public bool IsParentFor(C1DataBinding dataBinding)
| Type | Name | Description |
|---|---|---|
| C1DataBinding | dataBinding | The C1DataBinding object that is tested for being a child of the current object. |
| Type | Description |
|---|---|
| bool | true if the current object is a parent of the passed object, false otherwise. |