A newer version of this page is available.
Switch to the current version.
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.v18.2.Core.dll
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
Feedback