[]
Represents the bridge between the view and the C1Scheduler control.
public class C1SchedulerViewModel : IDisposable
The C1Scheduler control creates the C1SchedulerViewModel object and uses it as a DataContext. You can use this DataContext in the custom ControlTemplates for the C1Scheduler control.
Name | Description |
---|---|
GroupItems | Gets a collection of all available SchedulerGroupItem objects for the currently set type of grouping. |
Scheduler | Gets the reference to the owning C1Scheduler control. |
TotalGroupItem | Gets the SchedulerGroupItem object representing the group item which has no owner, but contains appointments of all visible group items. |
VisibleGroupItems | Gets a collection of currently visible SchedulerGroupItem objects. This collection can be used in xaml in the C1Scheduler control templates. |
Name | Description |
---|---|
Dispose() | Clean up any resources being used. |
Dispose(bool) | Clean up any resources being used. |
FindUIForTime(DateTime) | Returns the FrameworkElement corresponding to the given DateTime value. |