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

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

Declaration

public bool ShowAppointmentInterval { get; set; }

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.

WPFScheduler_Appointment

See Also