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

AppointmentDragResizeViewModel.End Property

Gets or sets the End value of the dragged or resized appointment.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public DateTime End { get; set; }

Property Value

Type Description
DateTime

A DateTime value that is the AppointmentItem.End property value of the modified appointment.

See Also