ComponentFactory.Krypton.Toolkit.PaletteMonthCalendarRedirect.ShouldSerializeDay C# (CSharp) Method

ShouldSerializeDay() private method

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