AppointmentViewInfo.ShowEndTime Property
Gets or sets a value specifying whether the end 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 end time; otherwise, false. |
Remarks
To hide the end time for all appointments, use the AppointmentDisplayOptions.EndTimeVisibility property.
To change the time format, use the technique described in the How to: Display Appointments in Military Time article.
See Also