AppointmentStorageBase.SetAppointmentFactory(IAppointmentFactory) Method
Assigns the specified appointment factory to the AppointmentStorageBase.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
Name | Type | Description |
---|---|---|
factory | IAppointmentFactory | An object implementing the IAppointmentFactory interface which specifies the new appointment factory for the storage. |
Remarks
Use the SetAppointmentFactory method to specify a custom appointment factory for the appointment storage. This factory is used to create new appointments via the SchedulerStorageBase.CreateAppointment method.
Implements
See Also