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.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | True to raise FetchAppointments event in smart fetch mode when visible resources are changed; otherwise, false. |
See Also