Skip to main content

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.v23.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:

Object Type Path to ShowTime
AgendaView

Remarks

Online Demo

ASPxScheduler - Agenda View

See Also