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

ShouldSerializeMonthlyBoldedDates() private method

private ShouldSerializeMonthlyBoldedDates ( ) : bool
return bool
        private bool ShouldSerializeMonthlyBoldedDates()
        {
            return (_monthlyDates.Count > 0);
        }