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

AppointmentViewInfo.ShowTimeAsClock Property

Gets or sets whether the start and end time are displayed as clock symbols.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public bool ShowTimeAsClock { get; set; }

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