The base class for the C1CalendarItem and C1Calendar controls.

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

Syntax

C#
[StyleTypedPropertyAttribute(Property = "DayOfWeekSlotStyle", StyleTargetType = typeof(DayOfWeekSlotPresenter))]
[StyleTypedPropertyAttribute(Property = "DaySlotStyle", StyleTargetType = typeof(DaySlotPresenter))]
public abstract class CalendarBase : Control
Visual Basic
<StyleTypedPropertyAttribute(Property := "DayOfWeekSlotStyle", StyleTargetType := GetType(DayOfWeekSlotPresenter))> _
<StyleTypedPropertyAttribute(Property := "DaySlotStyle", StyleTargetType := GetType(DaySlotPresenter))> _
Public MustInherit Class CalendarBase _
	Inherits Control

Inheritance Hierarchy

See Also