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

AppointmentViewInfo.ShowTimeAsClock Property

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

Namespace: DevExpress.Web.ASPxScheduler.Drawing

Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll

Declaration

public bool ShowTimeAsClock { get; set; }

Property Value

Type Description
Boolean

true to display the time as a clock symbol; otherwise, false.

See Also