Calendar for WinForms | ComponentOne
C1.Win.Calendar.DateEdit Namespace / CalendarSettings Class / ShowWeekNumbers Property

In This Topic
    ShowWeekNumbers Property (CalendarSettings)
    In This Topic
    Gets or sets a value indicating whether the month calendar control displays week numbers (1-52) to the left of each row of days.
    Syntax
    'Declaration
     
    
    Public Property ShowWeekNumbers As Boolean
    public bool ShowWeekNumbers {get; set;}
    See Also