Hi,
I would like to customize the DayViewDefinition in behind code (VB). When my app start, the information will be get from the database. Now the only way I found to do it...is in XAML...
I would like to customize the DayViewDefinition in behind code (VB). When my app start, the information will be get from the database. Now the only way I found to do it...is in XAML...
<Horaire:DayViewDefinition DayStartTime="06:00"
DayEndTime="23:00"
MajorTickLength="1h"
MinorTickLength="5min"
TimerulerMinorTickStringFormat=":{0:mm} "
TimerulerMajorTickStringFormat="{}{0:HH}:{0:mm} "
MinTimeRulerExtent="4000"/>
Thanks for you help.