IAppointmentStorageBase.SetAppointmentFactory(IAppointmentFactory) Method
Assigns the specified appointment factory to the appointment storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
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. New appointments are created with the appointment factory IAppointmentFactory.CreateAppointment method. Thus, a customized appointment factory can be used to generate appointment descendants instead of native appointments within the Scheduler.
See Also