Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / DayOfWeekSlot Class / Owner Property

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