Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1SchedulerViewModel Class
Members

In This Topic
    C1SchedulerViewModel Class
    In This Topic
    Represents the bridge between the view and the C1Scheduler control.
    Object Model
    C1SchedulerViewModel Class
    Syntax
    'Declaration
     
    
    Public Class C1SchedulerViewModel 
    public class C1SchedulerViewModel 
    Remarks
    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.
    Inheritance Hierarchy

    System.Object
       C1.Xaml.Schedule.C1SchedulerViewModel

    See Also