PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.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 (C1DataBinding)
    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
    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.
    See Also