A control which displays a schedule, for example of appointments or tasks, using a set of calendar views.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          Mindscape.SilverlightElements..::..Scheduler

See Also