Status Anzeige

This commit is contained in:
2023-12-04 16:24:45 +01:00
parent cb44e25fea
commit 99008dfbe7
4 changed files with 24 additions and 4 deletions

View File

@@ -149,9 +149,7 @@ Partial Class frmMain
'ColSignedDate
'
resources.ApplyResources(Me.ColSignedDate, "ColSignedDate")
Me.ColSignedDate.DisplayFormat.FormatString = "d"
Me.ColSignedDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime
Me.ColSignedDate.FieldName = "SignedDate"
Me.ColSignedDate.FieldName = "SignedDateDisplayValue"
Me.ColSignedDate.Name = "ColSignedDate"
Me.ColSignedDate.OptionsColumn.AllowEdit = False
'