Skip to content

DaysView Properties

Marvin E edited this page Apr 18, 2024 · 4 revisions

Properties

Property Type Description

Days

IEnumerable<object> The days currently being displayed by the view. The objects should implement the ICalendarDay interface.

DaysOfWeek

IList<DayOfWeek> The days of the week currently being displayed by the view.

DayTemplate

DataTemplate How an individual day in Days should be displayed.