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

ShouldSerializeMaxDate() private method

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