C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / C1DataBinding Class / IsParentFor Method
The C1DataBinding object that is tested for being a child of the current object.

In This Topic
IsParentFor Method
In This Topic
Tests whether the current data binding object is a parent (or a grand- or a deeper-level parent) of another object.
Syntax
'Declaration
 
Public Function IsParentFor( _
   ByVal dataBinding As C1DataBinding _
) As Boolean
 

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.
See Also