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

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  DependencyObject
    UIElement
      FrameworkElement
        Control
          ContentControl
            SelectorItem
              ListBoxItem
                C1.Xaml.Calendar..::..DayOfWeekSlotPresenter

See Also