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

RemoveAllBoldedDates() public method

Removes all the nonrecurring bold dates.
public RemoveAllBoldedDates ( ) : void
return void
        public void RemoveAllBoldedDates()
        {
            _dates.Clear();
            OnPropertyChanged(new PropertyChangedEventArgs("BoldedDates"));
        }