Back to Devexpress

AppointmentResourceEdit.RefreshData() Method

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-appointmentresourceedit-9a43e5ff.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public virtual void RefreshData()
vb
Public Overridable Sub RefreshData

Remarks

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

See Also

AppointmentResourceEdit Class

AppointmentResourceEdit Members

DevExpress.XtraScheduler.UI Namespace