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.v20.2.dll

NuGet Package: DevExpress.Web.Scheduler

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 Controls and MVC Extensions AgendaView
ASP.NET Bootstrap Controls BootstrapAgendaView
ASP.NET MVC Extensions MVCxSchedulerAgendaView

Remarks

Online Demo

ASPxScheduler - Agenda View

See Also