An instance of this class is used in the C1MonthCalendar's template visual tree to define a place where a calendar command panel will appear.

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

Syntax

C#
public class CalendarCommandPanel : ContentControl
Visual Basic (Declaration)
Public Class CalendarCommandPanel _
	Inherits ContentControl

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
              System.Windows.Controls..::..ContentControl
                C1.WPF.C1Schedule..::..CalendarCommandPanel

See Also