Skip to main content

AppointmentViewInfo.ShowStartTime Property

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

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public bool ShowStartTime { get; set; }

Property Value

Type Description
Boolean

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

Remarks

To hide the start time for all appointments, use the AppointmentDisplayOptions.StartTimeVisibility property.

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

See Also