SchedulerViewBase.NavigationButtonAppointmentSearchInterval Property
Specifies the time span used to search for appointments by navigation buttons.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Time |
A Time |
#Remarks
When a navigation button determines its state and visibility, it searches for appointments beyond the visible interval. If the calculation algorithm encounters recurring appointments in the filtered appointment subset, it searches for the end of the recurrence chain. If the appointment does not specify a recurrence end date, the search operation results in an endless loop, which hangs the application.
To prevent this undesired behavior, use the NavigationButtonAppointmentSearchInterval property to specify a reasonable search interval.