Specifies the time span used to search for appointments by Navigation Buttons.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll
public TimeSpan NavigationButtonAppointmentSearchInterval { get; set; }
Public Property NavigationButtonAppointmentSearchInterval As TimeSpan
Type | Description |
---|---|
TimeSpan | A TimeSpan value, reprsenting the searched time interval. |
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.