ISchedulerStorageBase.SetAppointmentFactory(IAppointmentFactory) Method
Specifies the appointment factory for use by the storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
appointmentFactory | IAppointmentFactory | An object implementing the IAppointmentFactory interface which specifies the new appointment factory for the scheduler storage. |
Remarks
Use the ISchedulerStorageBase.SetAppointmentFactory
method to specify a custom appointment factory for the scheduler storage. This factory is used to create new appointments with the ISchedulerStorageBase.CreateAppointment method.
See Also