MS_02.06.2016
This commit is contained in:
@@ -499,7 +499,7 @@ Public Class ClassControlValues
|
||||
Case "TextBox"
|
||||
value = DirectCast(otherControl, TextBox).Text
|
||||
Case "CustomComboBox"
|
||||
value = DirectCast(otherControl, CustomComboBox).SelectedText
|
||||
value = DirectCast(otherControl, CustomComboBox).Text
|
||||
Case "DateEdit"
|
||||
value = DirectCast(otherControl, DevExpress.XtraEditors.DateEdit).EditValue
|
||||
End Select
|
||||
|
||||
Reference in New Issue
Block a user