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

ShouldSerializeAnnuallyBoldedDates() private method

private ShouldSerializeAnnuallyBoldedDates ( ) : bool
return bool
        private bool ShouldSerializeAnnuallyBoldedDates()
        {
            return (_annualDates.Count > 0);
        }