MobileForms Toolkit Documentation

MonthCalendarEx.AddBoldedDate Method 

Adds a day to be displayed in bold in the month calendar.

public void AddBoldedDate(
DateTime date
);

Parameters

date
The date to be displayed in bold.

Remarks

You must call UpdateBoldedDates afterwards to update the display. To add multiple dates in a single assignment, you can assign an array of DateTime objects to the BoldedDates property.

See Also

MonthCalendarEx Class | Resco.Controls.DetailView.DetailViewInternal Namespace