Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

bool EnableSmartFetch { get; set; }

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