The base class for the C1CalendarItem and C1Calendar controls.
Namespace:
C1.Silverlight.ScheduleAssembly: 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
System..::..Object
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
C1.Silverlight.Schedule..::..CalendarBase
C1.Silverlight.Schedule..::..C1Calendar
C1.Silverlight.Schedule..::..C1CalendarItem
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
C1.Silverlight.Schedule..::..CalendarBase
C1.Silverlight.Schedule..::..C1Calendar
C1.Silverlight.Schedule..::..C1CalendarItem