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

In This Topic
    TransformToDescendant Method (GridFilterCell)
    In This Topic
    Syntax
    'Declaration
     
    Public Function TransformToDescendant( _
       ByVal descendant As Visual _
    ) As GeneralTransform
    public GeneralTransform TransformToDescendant( 
       Visual descendant
    )

    Parameters

    descendant
    See Also