The base class for specific views in the Scheduler (day, week and month views).

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

Syntax

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

Inheritance Hierarchy

See Also