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

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool IsParentFor(
	C1DataBinding dataBinding
)
Visual Basic
Public Function IsParentFor ( _
	dataBinding As C1DataBinding _
) As Boolean

Parameters

dataBinding
Type: C1.C1Preview.DataBinding..::..C1DataBinding
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.

See Also