Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / CoverElementsPane Class / GetHosts Method

In This Topic
    GetHosts Method (CoverElementsPane)
    In This Topic
    Gets the list of the Windows.UI.Xaml.FrameworkElement elements, which are the root of visual tree to search covered elements.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetHosts() As IList(Of DependencyObject)
    protected virtual IList<DependencyObject> GetHosts()
    See Also