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

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public class DaySlotPresenter : ListBoxItem
Visual Basic (Declaration)
Public Class DaySlotPresenter _
	Inherits ListBoxItem

Remarks

A separate DaySlotPresenter element is generated for each DaySlot from the DaySlots collection.

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                System.Windows.Controls..::..ListBoxItem
                  C1.WPF.C1Schedule..::..DaySlotPresenter

See Also