Back to Devexpress

SchedulerViewBase.ShowAppointmentInterval Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulerviewbase-2d26e3ea.md

latest1.6 KB
Original Source

SchedulerViewBase.ShowAppointmentInterval Property

Gets or sets whether to display appointment‘s start and end date and time. 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 ShowAppointmentInterval { get; set; }
vb
Public Property ShowAppointmentInterval As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

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

The image below illustrates text and graphic elements displayed by appointments.

See Also

SchedulerViewBase Class

SchedulerViewBase Members

DevExpress.Xpf.Scheduling Namespace