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

AppointmentViewInfo.ShowEndTime Property

Gets or sets a value specifying whether the end time of the current appointment is displayed.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public bool ShowEndTime { get; set; }

Property Value

Type Description
Boolean

true to show the appointment end time; otherwise, false.

Remarks

To hide the end time for all appointments, use the AppointmentDisplayOptions.EndTimeVisibility property.

To change the time format, use the technique described in the How to: Display Appointments in Military Time article.

See Also