Skip to main content
A newer version of this page is available. .

AppointmentViewInfoOptions.ShowTimeAsClock Property

Gets or sets whether to display the time as a clock with arrows.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

public bool ShowTimeAsClock { get; set; }

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
.Options.ShowTimeAsClock
WinForms Controls AppointmentViewInfo
.Options.ShowTimeAsClock
WPF Controls AppointmentViewInfo
.Options.ShowTimeAsClock
ASP.NET Controls and MVC Extensions AppointmentViewInfo
.Options.ShowTimeAsClock
See Also