Hi,
What does DayViewWeekAreaVisible do?
Could not find any info in documentation
Thank you
Mark
That property controls whether the control shows a bar that allows access to all the days of the week on the DayView or if it only shows the day being accessed. In the following image you can see that when DayViewWeekAreaVisible is on, the top of the day view has a listing of all the days of the week and if you touched them would move to that day.
For completeness, if said property is false, then you only see the current day and you don't have easy week access.
great, thank you
useful to me ;~)