Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
XamDateTimeEditor Date Format
posted

I would like to use the following style for my XamDateTimeEditor fields:

<Style TargetType="{x:Type igEditor:XamDateTimeEditor}">

<Setter Property="Format" Value="yyyy-MM-dd" />

</Style>

This works fine, when displaying the dates. However, when I click on the drop-down button to show the calendar, the format switches to the default MM/dd/yyyy. It then reverts back to the corect style once I hide the calendar.

Is there any way to keep the style consistent?