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.Phone.Calendar
Assembly:  C1.Phone.Calendar (in C1.Phone.Calendar.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class DaysOfWeekPresenter : ListBox
Visual Basic
Public Class DaysOfWeekPresenter _
	Inherits ListBox
XAML Object Element Usage
<DaysOfWeekPresenter .../>

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.Phone.Calendar..::..DaysOfWeekPresenter

See Also