AppointmentDragEventArgs.NewAppointmentResourceIds Property
In This Article
Gets or sets the IDs of resources for a new appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Resource |
A DevExpress. |
#Remarks
Use the NewAppointmentResourceIds property to specify resources to be associated with the AppointmentDragEventArgs.EditedAppointment in the appointment drag event.
See Also