ComponentFactory.Krypton.Toolkit.KryptonMonthCalendar.RemoveAllBoldedDates C# (CSharp) Method

RemoveAllBoldedDates() public method

Removes all the nonrecurring bold dates.
public RemoveAllBoldedDates ( ) : void
return void
        public void RemoveAllBoldedDates()
        {
            _dates.Clear();
            PerformNeedPaint(true);
        }
KryptonMonthCalendar