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.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
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