Hi all,
UltraDayView displays the contents of the associated UltraCalendarInfo's SelectedDateRanges collection, so if you prevent multiple-date selection, it will only ever show one day:
UltraCalendarInfo.SelectTypeDay = SelectType.Single;