C1.Maui.Core Assembly / C1.Maui.Core Namespace / ViewEx Class / GetAllParents Method
In This Topic
GetAllParents Method
In This Topic
Returns all the parents in the visual tree
Syntax
public static IEnumerable<View> GetAllParents( 
   View elem
)

Parameters

elem

Return Value

The list of ancestor framework elements in the visual tree hierarchy
See Also