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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, 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