TTMSFMXCalendarPicker.Calendar - not saved to .fmx

TTMSFMXCalendarPicker don`t save Calendar properties in fmx.
So, i cant set in designtime TTMSFMXCalendarPicker.Calendar.StartDay, Max/Min dates, Multiselect and others.

For example:
1. put TTMSFMXCalendarPicker on form, set TTMSFMXCalendarPicker.Calendar.StartDay = Monday in Object Inspector.
2. Run application and popup calendar - first day of week = Sunday.

Delphi XE7 upd.1, TMS Pack For FM v.3.0.1.0,  TTMSFMXCalendarPicker v1.5.3.2

Hi, 


We will investigate here if we can improve this behavior, we'll need to exposed properties to reflect the internal Calendar. Until we have found a solution for this issue, you can address the properties programmatically:

TMSFMXCalendarPicker1.Calendar.StartDay := Monday;

Kind Regards, 
Pieter