The base class for the C1MonthCalendar, C1MultiMonthCalendar and C1DateTimePicker controls.

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

Syntax

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

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
              C1.WPF.C1Schedule..::..C1CalendarBase
                C1.WPF.C1Schedule..::..C1DateTimePicker
                C1.WPF.C1Schedule..::..C1MonthCalendar
                C1.WPF.C1Schedule..::..C1MultiMonthCalendar

See Also