Skip to main content

DayViewBase.ShowAllDayAppointmentInterval Property

Gets or sets whether to display the start and end date and time within appointments in the all-day area. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public bool ShowAllDayAppointmentInterval { get; set; }

Property Value

Type Description
Boolean

true, to display appointment’s start and end date and time; otherwise, false

Remarks

The appointment displays the start and end date if it lasts more than one day. Otherwise, only the start and end time are shown.

See Also