ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar 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 C1Calendar UI.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsBolded As System.Boolean
    public System.bool IsBolded {get;}
    See Also