Represents a multi month calendar with an ability to interactively navigate
through months and select a specific DateTime value or its components.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
C# |
---|
[StyleTypedPropertyAttribute(Property = "MonthSlotStyle", StyleTargetType = typeof(MonthSlotPresenter))] [StyleTypedPropertyAttribute(Property = "MonthCalendarStyle", StyleTargetType = typeof(C1CalendarItem))] public class C1Calendar : CalendarBase, ICollectionChangedListener |
Visual Basic |
---|
<StyleTypedPropertyAttribute(Property := "MonthSlotStyle", StyleTargetType := GetType(MonthSlotPresenter))> _ <StyleTypedPropertyAttribute(Property := "MonthCalendarStyle", StyleTargetType := GetType(C1CalendarItem))> _ Public Class C1Calendar _ Inherits CalendarBase _ Implements ICollectionChangedListener |
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
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
C1.Silverlight.Schedule..::..CalendarBase
C1.Silverlight.Schedule..::..C1Calendar