Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public bool ShowAppointmentInterval { get; set; }

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