Blazor | ComponentOne
C1.Blazor.Calendar Assembly / C1.Blazor.Calendar Namespace / C1Calendar Class / BoldedDates Property

In This Topic
    BoldedDates Property
    In This Topic
    Gets or sets the collection of the Bolded dates.
    Syntax
    'Declaration
     
    
    Public Property BoldedDates As IEnumerable(Of Date)
    public IEnumerable<DateTime> BoldedDates {get; set;}
    See Also