ComponentFactory.Krypton.Toolkit.KryptonMonthCalendar.ShouldSerializeStateDisabled C# (CSharp) Метод

ShouldSerializeStateDisabled() приватный Метод

private ShouldSerializeStateDisabled ( ) : bool
Результат bool
        private bool ShouldSerializeStateDisabled()
        {
            return !_stateDisabled.IsDefault;
        }
KryptonMonthCalendar