SchedulerStorage.SetAppointmentFactory(IAppointmentFactory) Method
In This Article
Assigns the specified appointment factory to the SchedulerStorage.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
appointment |
IAppointment |
An object implementing the DevExpress. |
#Remarks
Use the SetAppointmentFactory method to specify a custom appointment factory for the scheduler storage. This factory is used to create new appointments via the SchedulerStorage.CreateAppointment method.
See Also