SchedulerViewBase.NavigationButtonAppointmentSearchInterval Property
Specifies the time span used to search for appointments by Navigation Buttons.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
TimeSpan | A TimeSpan value, reprsenting the searched time interval. |
Remarks
When a Navigation button determines its state and visibility, it searched 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 doesn’t 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.