Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / ViewType Property

In This Topic
    ViewType Property (C1Scheduler)
    In This Topic
    Gets or sets the C1Scheduler.ViewType value determining what style should be used in the control.
    Syntax
    'Declaration
     
    
    Public Property ViewType As ViewType
    public ViewType ViewType {get; set;}
    Remarks
    This property does the same thing as C1Scheduler.ChangeStyle method and C1Scheduler.ChangeStyleCommand. Use it for simpler switching between different views. The relationship between tis property value and the C1Scheduler control styles:
    See Also