A newer version of this page is available.
Switch to the current version.
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.v18.2.Core.dll
Declaration
bool FetchOnVisibleResourcesChanged { get; set; }
Property FetchOnVisibleResourcesChanged As Boolean
Property Value
Type | Description |
---|---|
Boolean | True to raise FetchAppointments event in smart fetch mode when visible resources are changed; otherwise, false. |
See Also
Feedback