use default values for datepicker

This commit is contained in:
Jonathan Jenne 2020-07-28 16:26:37 +02:00
parent c078380139
commit d4852043ad

View File

@ -376,6 +376,8 @@ Public Class ClassControls
If Vorgabe.ToUpper = "NULL" Then
oPicker.EditValue = Nothing
ElseIf Vorgabe IsNot Nothing Then
oPicker.EditValue = Vorgabe
End If
oPicker.Properties.AppearanceFocused.BackColor = Color.Lime