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

In This Topic
    ViewType Property (GoToDate)
    In This Topic
    Gets the C1.Win.C1Schedule.ScheduleViewEnum value specifying the target view type selected by user.
    Syntax
    'Declaration
     
    Public Property ViewType As ScheduleViewEnum
    public ScheduleViewEnum ViewType {get; set;}
    See Also