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

ASPxAgendaViewAppointmentDisplayOptions.ShowTime Property

Gets or sets a value specifying whether the time is shown for appointments in Agenda View.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public bool ShowTime { get; set; }

Property Value

Type Description
Boolean

true, to show time; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowTime
ASP.NET Bootstrap Controls BootstrapAgendaView
ASP.NET Web Forms Controls AgendaView
MVCxSchedulerAgendaView

Remarks

Online Demo

ASPxScheduler - Agenda View

See Also