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

In This Topic
    ShowWeekTabs Property (C1Scheduler)
    In This Topic
    Gets or sets the System.Boolean value determining whether control shows week tabs in a month view. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property ShowWeekTabs As Boolean
    public bool ShowWeekTabs {get; set;}
    See Also