Represents a schedule with an ability to interactively manage appointments.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[TemplatePartAttribute(Name = "PART_GroupNavigationScrollBar", Type = typeof(ScrollBar))]
[TemplatePartAttribute(Name = "PART_C1SchedulerScrollBar", Type = typeof(ScrollBar))]
[ContentPropertyAttribute("NestedSetters")]
public class C1Scheduler : Control, 
	ICoverPaneHost, IDisposable
Visual Basic
<TemplatePartAttribute(Name := "PART_GroupNavigationScrollBar", Type := GetType(ScrollBar))> _
<TemplatePartAttribute(Name := "PART_C1SchedulerScrollBar", Type := GetType(ScrollBar))> _
<ContentPropertyAttribute("NestedSetters")> _
Public Class C1Scheduler _
	Inherits Control _
	Implements ICoverPaneHost, IDisposable

Inheritance Hierarchy

See Also