AppointmentStorage.SetAppointmentFactory(IAppointmentFactory) Method
In This Article
Assigns the specified appointment factory to the AppointmentStorage.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
factory | IAppointment |
An object implementing the DevExpress. |
#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 SchedulerStorage.CreateAppointment method.
See Also