Blazor | ComponentOne
C1.Blazor.Calendar Assembly / C1.Blazor.Calendar Namespace / CalendarDaySlotInfo Class / IsBolded Property

In This Topic
    IsBolded Property
    In This Topic
    Gets or sets a value indicating whether the day is bold.
    Syntax
    'Declaration
     
    
    Public Property IsBolded As Boolean
    public bool IsBolded {get; set;}
    See Also