Represents a root element of a visual tree generated for a day of week slot of the C1Calendar.

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

Syntax

C#
public class DayOfWeekSlotPresenter : ListBoxItem
Visual Basic
Public Class DayOfWeekSlotPresenter _
	Inherits ListBoxItem

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            System.Windows.Controls..::..ListBoxItem
              C1.Phone.Calendar..::..DayOfWeekSlotPresenter

See Also