SchedulerDateNavigationBehavior Properties
Allows you to use the DateNavigator control to display and select the visible dates in the Scheduler.| Name | Description |
|---|---|
| CanChangeDateNavigatorVisibility | |
| FindNavigator | Specifies whether to search for a DateNavigator within the Scheduler’s parent elements. This is |
| MaxSelectedConsecutiveWeeks | Specifies the maximum number of consecutive weeks that can be selected in the DateNavigator. This is a dependency property. |
| MaxSelectedNonConsecutiveDates | Specifies the maximum number of non-consecutive days that can be selected in the DateNavigator. This is a dependency property. |
| Navigator | Gets or sets the DateNavigator to display and select the visible dates in the Scheduler. |
| NavigatorElementName | Specified the name of the DateNavigator to search within the Scheduler’s parent elements. This is a dependency property. |
| RoundSelectionToEntireWeek | Specifies whether to expand selection to full weeks when the user selects more than 7 consecutive days. This is a dependency property. |
See Also