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

ShouldSerializeBoldedDates() private method

private ShouldSerializeBoldedDates ( ) : bool
return bool
        private bool ShouldSerializeBoldedDates()
        {
            return (_dates.Count > 0);
        }