Skip to main content

ResourcesTree.RefreshDataOnSchedulerChanges Property

Forces the control to reload its data on every update of the data displayed in the associated SchedulerControl.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.SchedulerExtensions

Declaration

[Browsable(false)]
public bool RefreshDataOnSchedulerChanges { get; set; }

Property Value

Type Description
Boolean

True, to force the ResourcesTree to refresh its data when the data displayed in the SchedulerControl changes; otherwise, false.

Remarks

The RefreshDataOnSchedulerChanges property is implemented to synchronize the ResourcesTree with resources displayed in the SchedulerControl when the SchedulerStorageBase.FilterResource event is handled to filter visible resources.

Note

When this option is in effect, the ResourcesTree is frequently updated. This may result in notable redraw latency, so turn on the RefreshDataOnSchedulerChanges only when necessary.

See Also