ISchedulerStorageBase.EnableSmartFetch Property
Gets or sets whether restrictive internal criteria for raising the SchedulerStorageBase.FetchAppointments event are applied to reduce the number of data requests.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | True to use more restrictive internal criteria for determining whether to raise the FetchAppointments event; otherwise, false. |
Remarks
Switching on the EnableSmartFetch feature allows reducing the number of data requests.
See Also