Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / CalendarSettings Class / ShowWeekNumbers Property

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