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

CreateSourceObjectEventArgs.Item Property

OBSOLETE

This parameter is no longer supported. This event can only be used to create a new source object. If you need to initialize newly created appointment, use the SchedulerControl.InitNewAppointment event.

Gets the newly created appointment.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v18.2.dll

Declaration

[Obsolete("This parameter is no longer supported.\r\nThis event can only be used to create a new source object.\r\nIf you need to initialize newly created appointment, use the SchedulerControl.InitNewAppointment event.", true)]
public AppointmentItem Item { get; }

Property Value

Type Description
AppointmentItem

An AppointmentItem object that is the newly created appointment for which a source object is required.

See Also