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

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

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

Remarks

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

Inheritance Hierarchy

See Also