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

SchedulerStorage.EnableSmartFetch Property

Gets or sets whether certain internal criteria for raising the SchedulerStorage.FetchAppointments event are applied to reduce the number of data requests.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v19.1.dll

Declaration

public 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

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

More restrictive criteria for raising the SchedulerStorage.FetchAppointments event are introduced in v15.2 by default. This change may break the application behavior designed previously.

If you experience situations where an expected FetchAppointments event does not occur, set the EnableSmartFetch option to false to revert to the former mechanism of raising the event.

See Also