Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / BoldedDates Property

In This Topic
    BoldedDates Property
    In This Topic
    Gets the collection of dates which contain appointments. This is a dependency property.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1Scheduler.BoldedDates", "Gets the list of bolded dates.")>
    Public ReadOnly Property BoldedDates As C1.Xaml.Calendar.DateList
    [C1Category("Behavior")]
    [C1Description("C1Scheduler.BoldedDates", "Gets the list of bolded dates.")]
    public C1.Xaml.Calendar.DateList BoldedDates {get;}
    See Also