Click or drag to resize
KaxSchedulerAppointmentFactory Property
A factory for appointment instances.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public IAppointmentFactory AppointmentFactory { get; set; }

Property Value

Type: IAppointmentFactory
Remarks

The default factory returns instances of the Appointment class.

KaxScheduler needs to create appointment instances in various stages of the control life cycle. You can use custom appointment classes by either implementing an IAppointmentFactory or by overriding the CreateAppointment method.

See Also