MobileForms Toolkit Documentation

MonthCalendarEx.RemoveAllBoldedDates Method 

Removes all the nonrecurring bolded dates.

public void RemoveAllBoldedDates();

Remarks

This method clears all dates from the BoldedDates array. To remove a single date from the bolded dates, use the RemoveBoldedDate method. You must call UpdateBoldedDates to ensure that the display is updated to reflect the removal.

See Also

MonthCalendarEx Class | Resco.Controls.DetailView.DetailViewInternal Namespace