FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / IsAncestorOf Method

In This Topic
    IsAncestorOf Method (FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Function IsAncestorOf( _
       ByVal descendant As DependencyObject _
    ) As Boolean
    public bool IsAncestorOf( 
       DependencyObject descendant
    )

    Parameters

    descendant
    See Also