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

AppointmentViewInfoOptions.ShowEndTime Property

Gets or sets whether to display a time indicating the end of the appointment.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public bool ShowEndTime { get; set; }

Property Value

Type Description
Boolean

true to display the time; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowEndTime
Cross-Platform Class Library IAppointmentViewInfo
.Options.ShowEndTime
WinForms Controls AppointmentViewInfo
.Options.ShowEndTime
WPF Controls AppointmentViewInfo
.Options.ShowEndTime
ASP.NET Controls and MVC Extensions AppointmentViewInfo
.Options.ShowEndTime
See Also