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

ShouldSerializeDayStyle() private method

private ShouldSerializeDayStyle ( ) : bool
return bool
        private bool ShouldSerializeDayStyle()
        {
            return (_dayStyle != ButtonStyle.CalendarDay);
        }