DateTimeEditors for WinRT
FindParent<T> Method

Finds the first parent of a given type for a particular FrameworkElement
Syntax
'Declaration
 
Public Shared Function FindParent(Of T As Windows.UI.Xaml.FrameworkElement)( _
   ByVal elem As Windows.UI.Xaml.FrameworkElement _
) As T
public static T FindParent<T>( 
   Windows.UI.Xaml.FrameworkElement elem
)
where T: Windows.UI.Xaml.FrameworkElement

Parameters

elem

Type Parameters

T

Return Value

The first object whose type is The first object whose type is
See Also

Reference

Extensions Class
Extensions Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback