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

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.v18.2.dll

Declaration

public virtual void RefreshData()

Remarks

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

See Also