ComponentFactory.Krypton.Toolkit.PaletteMonthCalendarRedirect.ShouldSerializeDay C# (CSharp) 메소드

ShouldSerializeDay() 개인적인 메소드

private ShouldSerializeDay ( ) : bool
리턴 bool
        private bool ShouldSerializeDay()
        {
            return !_paletteDay.IsDefault;
        }