corelibraries-devexpress-dot-xtrascheduler-72f2f69b.md
Contains classes which implement the internal functionality of XtraScheduler.
Assemblies : DevExpress.XtraScheduler.v25.2.Core.dll, DevExpress.XtraScheduler.v25.2.Core.Desktop.dll
NuGet Packages : DevExpress.Scheduler.Core, DevExpress.Scheduler.CoreDesktop
| Name | Description |
|---|---|
| AppointmentConflictsCalculator | Enables you to discover conflicting appointments. |
| AppointmentModificationControllerBase | Serves as a base class to provide the basic functionality for managing the appointment at the appointment’s editing form. |
| CustomField | Represents a custom field that may contain additional arbitrary information for an appointment or resource. |
| HolidaysHelper static | Provides methods used to generate appointments for the scheduler holidays. |
| HumanReadableTimeSpanHelper | Provides methods used to convert a TimeSpan value to a string and vice versa. |
| PersistentObjectStorageReloadEventArgs | Provides data for the OnAppointmentsReload and OnResourcesReload events. Internal use only. |
| TimeSpanStringConvertEventArgs | Provides data for the HumanReadableTimeSpanHelper.ConvertToString and HumanReadableTimeSpanHelper.ParseString events. |
| Name | Description |
|---|---|
| PersistentObjectStorageReloadEventHandler | Represents a method that will handle the internal OnAppointmentsReload and OnResourcesReload events. |