Used within the template of a GroupedListBox and GroupItem to specify the place in the control’s visual tree where the ItemsPanel defined by the GroupedListBox is to be added.

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

Syntax

C#
public class C1ItemsPresenter : Control, 
	IItemsChangedListener
Visual Basic
Public Class C1ItemsPresenter _
	Inherits Control _
	Implements IItemsChangedListener

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          C1.Silverlight.Schedule..::..C1ItemsPresenter

See Also