Skip to main content

AppointmentStorageBase.AppointmentFactory Property

Provides access to an appointment factory for the current storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

[Browsable(false)]
public IAppointmentFactory AppointmentFactory { get; }

Property Value

Type Description
IAppointmentFactory

An object implementing the IAppointmentFactory interface which specifies the appointment factory in use.

Remarks

The factory is also used to create new appointments with the SchedulerStorageBase.CreateAppointment method.

See Also