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

In This Topic
    Owner Property (WeekNumberSlot)
    In This Topic
    Returns reference to the owning C1CalendarItem control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Owner As C1CalendarItem
    public C1CalendarItem Owner {get;}
    See Also