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

Namespace:  C1.Xaml.Calendar
Assembly:  C1.Xaml.Calendar (in C1.Xaml.Calendar.dll)

Syntax

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

Inheritance Hierarchy

System..::..Object
  DependencyObject
    UIElement
      FrameworkElement
        Control
          ItemsControl
            Selector
              ListBox
                C1.Xaml.Calendar..::..C1CalendarPresenter

See Also