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

RemoveAllMonthlyBoldedDates() public method

Removes all the monthly bold dates.
public RemoveAllMonthlyBoldedDates ( ) : void
return void
        public void RemoveAllMonthlyBoldedDates()
        {
            _monthlyDates.Clear();
            _monthlyDays = 0;
            PerformNeedPaint(true);
        }
KryptonMonthCalendar