
I want to show the weeks in the DateTimeEditBox popup.
How can I set this property?
How can I set this property?
<editors:DateTimeEditBox ...>
<editors:DateTimeEditBox.MonthCalendarStyle>
<Style TargetType="editors:MonthCalendar">
<Setter Property="IsWeekNumberColumnVisible" Value="True" />
</Style>
</editors:DateTimeEditBox.MonthCalendarStyle>
</editors:DateTimeEditBox>
Please log in to a validated account to post comments.