Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / CoveredElement Class / Owner Property

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