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

ShouldSerializeStateDisabled() private method

private ShouldSerializeStateDisabled ( ) : bool
return bool
        private bool ShouldSerializeStateDisabled()
        {
            return !_stateDisabled.IsDefault;
        }