AppointmentStorageBase.AppointmentFactory Property
Provides access to an appointment factory for the current storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
IAppointmentFactory | An object implementing the IAppointmentFactory interface which specifies the appointment factory in use. |
Remarks
The factory is also used to create new appointments with the SchedulerStorageBase.CreateAppointment method.
See Also