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

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

Syntax

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

Inheritance Hierarchy

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

See Also