Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / CoveredElement Class / Owner Property

In This Topic
    Owner Property (CoveredElement)
    In This Topic
    Gets a Windows.UI.Xaml.FrameworkElement which is wrapped by the current CoveredElement instance.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Owner As FrameworkElement
    public FrameworkElement Owner {get;}
    See Also