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.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
[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.", 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