Back to Devexpress

CreateSourceObjectEventArgs.Item Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-createsourceobjecteventargs-a5582c77.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
[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; }
vb
<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 ReadOnly Property Item As AppointmentItem

Property Value

TypeDescription
AppointmentItem

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

|

See Also

CreateSourceObjectEventArgs Class

CreateSourceObjectEventArgs Members

DevExpress.Xpf.Scheduling Namespace