MobileForms Toolkit Documentation

OutlookMonthCalendar.CustomBoldedDates Property

Gets the DayCell collection assigned to MonthCalendar.

public DayCellCollection CustomBoldedDates {get;}

Property Value

A representing the bolded dates in the MonthCalendar.

Remarks

This property enables you to obtain a reference to the list of DayCells that are currently stored in the MonthCalendar and can change look of a desired day. With this reference, you can add items, remove items, and obtain a count of the items in the collection. For more information on the tasks that can be performed with the item collection, see the and class reference topics.

See Also

OutlookMonthCalendar Class | Resco.Controls.OutlookControls Namespace | DayCellCollection | DayCellCollection | DayCell