Skip to main content

AppointmentDragResizeViewModel.End Property

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public DateTime End { get; set; }

Property Value

Type Description
DateTime

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

See Also