AppointmentViewInfo.ShowTimeAsClock Property
Gets or sets whether the start and end time are displayed as clock symbols.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to display time as clock symbols; otherwise, false. |
Remarks
The ShowTimeAsClock can be used to specify how the time is displayed for a certain appointment. To specify the time display type for all appointments, use the AppointmentDisplayOptions.TimeDisplayType property.
See Also