Back to Devexpress

ISchedulerStorageBase.SetAppointmentFactory(IAppointmentFactory) Method

corelibraries-devexpress-dot-xtrascheduler-dot-ischedulerstoragebase-dot-setappointmentfactory-x28-devexpress-dot-xtrascheduler-dot-iappointmentfactory-x29.md

latest1.8 KB
Original Source

ISchedulerStorageBase.SetAppointmentFactory(IAppointmentFactory) Method

Specifies the appointment factory for use by the storage.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
void SetAppointmentFactory(
    IAppointmentFactory appointmentFactory
)
vb
Sub SetAppointmentFactory(
    appointmentFactory As IAppointmentFactory
)

Parameters

NameTypeDescription
appointmentFactoryIAppointmentFactory

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

ISchedulerStorageBase Interface

ISchedulerStorageBase Members

DevExpress.XtraScheduler Namespace