A button used by MultiCalendar sub items in order to change the view mode.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class MultiCalendarButton : Button, 
	INotifyPropertyChanged
Visual Basic
Public Class MultiCalendarButton _
	Inherits Button _
	Implements INotifyPropertyChanged
Visual C++
public ref class MultiCalendarButton : public Button, 
	INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            System.Windows.Controls.Primitives..::..ButtonBase
              System.Windows.Controls..::..Button
                Mindscape.SilverlightElements..::..MultiCalendarButton

See Also