Represents a schedule with an ability to interactively manage appointments.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
[StyleTypedPropertyAttribute(Property = "WeekStyle", StyleTargetType = typeof(C1Scheduler))] [ContentPropertyAttribute("NestedSetters")] [StyleTypedPropertyAttribute(Property = "OneDayStyle", StyleTargetType = typeof(C1Scheduler))] [StyleTypedPropertyAttribute(Property = "WorkingWeekStyle", StyleTargetType = typeof(C1Scheduler))] [StyleTypedPropertyAttribute(Property = "MonthStyle", StyleTargetType = typeof(C1Scheduler))] [TemplatePartAttribute(Name = "PART_C1Scheduler_WorkSlot_Template", Type = typeof(DataTemplate))] [TemplatePartAttribute(Name = "PART_C1Scheduler_FreeSlot_Template", Type = typeof(DataTemplate))] public class C1Scheduler : Control, IDisposable, IWeakEventListener |
Visual Basic (Declaration) |
---|
<StyleTypedPropertyAttribute(Property := "WeekStyle", StyleTargetType := GetType(C1Scheduler))> _ <ContentPropertyAttribute("NestedSetters")> _ <StyleTypedPropertyAttribute(Property := "OneDayStyle", StyleTargetType := GetType(C1Scheduler))> _ <StyleTypedPropertyAttribute(Property := "WorkingWeekStyle", StyleTargetType := GetType(C1Scheduler))> _ <StyleTypedPropertyAttribute(Property := "MonthStyle", StyleTargetType := GetType(C1Scheduler))> _ <TemplatePartAttribute(Name := "PART_C1Scheduler_WorkSlot_Template", Type := GetType(DataTemplate))> _ <TemplatePartAttribute(Name := "PART_C1Scheduler_FreeSlot_Template", Type := GetType(DataTemplate))> _ Public Class C1Scheduler _ Inherits Control _ Implements IDisposable, IWeakEventListener |
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
C1.WPF.C1Schedule..::..C1Scheduler
System.Windows.Threading..::..DispatcherObject
System.Windows..::..DependencyObject
System.Windows.Media..::..Visual
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
C1.WPF.C1Schedule..::..C1Scheduler