Skip to main content

AppointmentViewInfoOptions.ShowEndTime Property

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

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v14.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 the AppointmentViewInfoOptions.ShowEndTime property from the following objects:

Object Type Path to ShowEndTime
AppointmentViewInfo
.Options.ShowEndTime
See Also