Skip to main content
A newer version of this page is available. .

AppointmentStorageBase.AppointmentFactory Property

Provides access to an appointment factory for the current storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

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