MobileForms Toolkit Documentation

MonthCalendarEx.RemoveBoldedDate Method 

Removes the specified date from the list of nonrecurring bolded dates.

public void RemoveBoldedDate(
DateTime date
);

Parameters

date
The date to remove from the date list.

Remarks

If the specified date occurs more than once in the date list, then only the first date is removed. You must call UpdateBoldedDates to ensure that the display is updated to reflect the removal.

See Also

MonthCalendarEx Class | Resco.Controls.DetailView.DetailViewInternal Namespace