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

AppointmentDragResizeViewModel.AllDay Property

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

Namespace: DevExpress.Xpf.Scheduling

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

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