Back to Devexpress

DayViewBase.ShowAllDayAppointmentInterval Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-dayviewbase-b473151d.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool ShowAllDayAppointmentInterval { get; set; }
vb
Public Property ShowAllDayAppointmentInterval As Boolean

Property Value

TypeDescription
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

DayViewBase Class

DayViewBase Members

DevExpress.Xpf.Scheduling Namespace