AgendaView.ShowAppointmentInterval Property
Gets or sets whether to display an 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 an appointment’s start and end date and time; otherwise, false |
Remarks
The AppointmentIntervalStringFormat is used to format the interval text when the appointment lasts more than one day and the ShowAppointmentArrowImages property is set to true. Otherwise, the AppointmentFullIntervalStringFormat is used.
See Also