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

AppointmentViewInfo.ShowEndTime Property

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

Namespace: DevExpress.Web.ASPxScheduler.Drawing

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

public bool ShowEndTime { get; set; }

Property Value

Type Description
Boolean

true to display the time; otherwise, false.

See Also