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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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