ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / C1CalendarView Class / ShowWeekNumbers Property

In This Topic
    ShowWeekNumbers Property (C1CalendarView)
    In This Topic
    Gets or sets the System.Boolean value indicating whether C1CalendarView control displays week numbers.
    Syntax
    'Declaration
     
    
    Public Property ShowWeekNumbers As Boolean
    public bool ShowWeekNumbers {get; set;}
    See Also