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

ISchedulerStorageBase.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.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

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.

See Also