Skip to main content

AppointmentDragEventArgs.NewAppointmentResourceIds Property

Gets or sets the IDs of resources for a new appointment.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public ResourceIdCollection NewAppointmentResourceIds { get; set; }

#Property Value

Type Description
ResourceIdCollection

A DevExpress.XtraScheduler.ResourceIdCollection object.

#Remarks

Use the NewAppointmentResourceIds property to specify resources to be associated with the AppointmentDragEventArgs.EditedAppointment in the appointment drag event.

See Also