Value: DateTime;
The Value property determines values of the VALUE parameter in binding string.
The VALUE parameter determines default value for the editor. This value will be displayed on starting up the editor.
The Value property is available if the IBindingDateTimePicker.ValueDefined property is set to True. If the Value property is changed, the IBindingDateTimePicker.ValueDefined property is automatically set to True.
The example of use is given in description of the IBindingDateTimePicker.CheckBox property.
See also: