AppointmentViewInfoOptions.ShowTimeAsClock Property
Gets or sets whether to display the time as a clock with arrows.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true to display the time as a clock symbol; otherwise, false. |
Property Paths
You can access this nested property as listed below:
| Library | Object Type | Path to ShowTimeAsClock |
|---|---|---|
| Cross-Platform Class Library | IAppointmentViewInfo |
|
| WinForms Controls | AppointmentViewInfo |
|
| WPF Controls | AppointmentViewInfo |
|
| ASP.NET Web Forms Controls | AppointmentViewInfo |
|
See Also