ComponentFactory.Krypton.Toolkit.KryptonContextMenuMonthCalendar.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;
            OnPropertyChanged(new PropertyChangedEventArgs("MonthlyBoldedDates"));
        }