Skip to main content

AppointmentResourceEdit.RefreshData() Method

Updates the AppointmentResourceEdit control to reflect changes of visible resources and re-creates the colored rectangles of the resource list.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public virtual void RefreshData()

Remarks

This method is usually called automatically when SchedulerStorageBase.ResourcesChanged is fired.

See Also