SchedulerStorageBase.FetchOnVisibleResourcesChanged Property
Gets or sets whether to raise the FetchAppointments event when the EnableSmartFetch property is switched on and visible resources are changed.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
Boolean | True, to raise FetchAppointments event in smart fetch mode when visible resources are changed; otherwise, false. |
Remarks
When the SchedulerStorageBase.EnableSmartFetch property is switched on, the FetchOnVisibleResourcesChanged property allows you to decide whether to raise the SchedulerStorageBase.FetchAppointments event when visible resources (the SchedulerViewBase.FirstVisibleResourceIndex and SchedulerViewBase.ResourcesPerPage property values) are changed.
The recommended (default) value is true to ensure that all appointments belonging to visible resources are loaded.