MobileForms Toolkit Documentation

MonthCalendarEx.RemoveAllAnnuallyBoldedDates Method 

Removes all the annually bolded dates.

public void RemoveAllAnnuallyBoldedDates();

Remarks

This method clears all dates from the AnnuallyBoldedDates array. To remove a single date from the bolded dates, use the RemoveAnnuallyBoldedDate 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