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

SchedulerStorage.FetchOnVisibleResourcesChanged Property

Gets or sets whether to raise the FetchAppointments event when the EnableSmartFetch property is switched on and visible resources are changed.

Namespace: DevExpress.Xpf.Scheduler

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

Declaration

public bool FetchOnVisibleResourcesChanged { get; set; }

Property Value

Type Description
Boolean

True, to raise FetchAppointments event in smart fetch mode when visible resources are changed; 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.

When the SchedulerStorage.EnableSmartFetch property is on, the FetchOnVisibleResourcesChanged property allows you to decide whether to raise the SchedulerStorage.FetchAppointments event when visible resources are changed.

The recommended (default) value is true to ensure that all appointments belonging to visible resources are loaded.

See Also