Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / C1.Win.C1Schedule Namespace / C1Calendar Class / ShowWeekNumbers Property

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