When using XamDateTimeEditor how do I set the parameters of the underlying XamMonthEditor?Specifically, I'd like to display the week number and supress the TodayButton.
I can do this in a XamMonthEditor but how do I connect this to the XamDateTimeEditor?
Thanks,
- Dave
The xamDateTimeEditor doesn't really know about the xamMonthCalendar that happens to be contained within its default template. That being said I can think of two options. One would be to retemplate the xamDateTimeEditor and set local values on the xamMonthCalendar within the template. Another way would be to put a Style that targets the xamMonthCalendar into the resources of the xamDateTimeEditor. e.g.