Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / BeforeViewChangeEventArgs Class / ViewType Property

In This Topic
    ViewType Property (BeforeViewChangeEventArgs)
    In This Topic
    Gets or sets ScheduleViewEnum value determining which type of view should be selected.
    Syntax
    'Declaration
     
    Public Property ViewType As ScheduleViewEnum
    public ScheduleViewEnum ViewType {get; set;}
    See Also