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

In This Topic
    Owner Property (GroupedListBoxItem)
    In This Topic
    Gets the reference to the owning GroupedListBox control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Owner As GroupedListBox
    public GroupedListBox Owner {get;}
    Remarks
    This property can be used for binding inside of the GroupedListBoxItem control templates.
    See Also