Skip to main content

AppointmentViewInfoOptions.ShowTimeAsClock Property

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

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v14.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 the AppointmentViewInfoOptions.ShowTimeAsClock property from the following objects:

Object Type Path to ShowTimeAsClock
AppointmentViewInfo
.Options.ShowTimeAsClock
See Also