Gets the reference to the owning GroupedListBox control.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public GroupedListBox Owner { get; internal set; }
Visual Basic
Public Property Owner As GroupedListBox
	Get
	Friend Set

Remarks

This property can be used for binding inside of the C1ListBoxItem control templates.

See Also