BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<xForms:SfSchedule ScheduleView="WeekView"> <xForms:WeekViewSettings> <xForms:WeekLabelSettings TimeFormat="hh"/> </xForms:WeekViewSettings> </xForms:SfSchedule>This doesn´t work, do you have any hints? Is it possible at all?
<schedule:SfSchedule x:Name="schedule" ScheduleView="WeekView" > <schedule:SfSchedule.WeekViewSettings> <schedule:WeekViewSettings > <schedule:WeekViewSettings.WeekLabelSettings> <schedule:WeekLabelSettings TimeFormat="HH" /> </schedule:WeekViewSettings.WeekLabelSettings> </schedule:WeekViewSettings> </schedule:SfSchedule.WeekViewSettings> </schedule:SfSchedule> |