-
-
Notifications
You must be signed in to change notification settings - Fork 38
DaysView Properties
Marvin E edited this page Apr 18, 2024
·
4 revisions
Property | Type | Description |
---|---|---|
IEnumerable<object> |
The days currently being displayed by the view. The objects should implement the ICalendarDay interface. |
|
IList<DayOfWeek> |
The days of the week currently being displayed by the view. | |
DataTemplate |
How an individual day in Days should be displayed. |