Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

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