Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public bool ShowEndTime { get; set; }

Property Value

Type Description
Boolean

true to display the time; otherwise, false.

See Also