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

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