Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / DaySlot Class / IsBolded Property

In This Topic
    IsBolded Property
    In This Topic
    Indicates whether a day represented by the DaySlot is currently bolded in C1CalendarItem UI. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsBolded As Boolean
    public bool IsBolded {get;}
    See Also