An instance of this class is used in the C1CalendarItem's template visual tree to define a place where a panel with calendar days will appear.

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

Syntax

C#
public class C1CalendarItemPresenter : ListBox
Visual Basic
Public Class C1CalendarItemPresenter _
	Inherits ListBox

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            System.Windows.Controls.Primitives..::..Selector
              System.Windows.Controls..::..ListBox
                C1.Silverlight.Schedule..::..C1CalendarItemPresenter

See Also