Skip to main content

AppointmentDragResizeViewModel.AllDay Property

Gets or sets whether an appointment is dragged to the all-day area.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public bool AllDay { get; set; }

Property Value

Type Description
Boolean

True, if the modified appointment is an all-day apointment; otherwise, false.

See Also