ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupDateTimePicker.ShouldSerializeValueNullable C# (CSharp) Method

ShouldSerializeValueNullable() private method

private ShouldSerializeValueNullable ( ) : bool
return bool
        private bool ShouldSerializeValueNullable()
        {
            return _dateTimePicker.ShouldSerializeValueNullable();
        }