Skip to main content

AppointmentViewInfo.ShowStartTime Property

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

Namespace: DevExpress.Web.ASPxScheduler.Drawing

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public bool ShowStartTime { get; set; }

Property Value

Type Description
Boolean

true to display the time; otherwise, false.

See Also