Skip to main content
All docs
V19.1

AgendaViewAppointmentDisplayOptions.EndTimeVisibility Property

Overrides the property of the base class. This property has no effect for the Agenda View.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

[Browsable(false)]
public override AppointmentTimeVisibility EndTimeVisibility { get; set; }

Property Value

Type
AppointmentTimeVisibility

Available values:

Name Description
Auto

Whether the appointment time is shown or not is determined automatically according to the current scheduler view’s settings.

Always

Appointment time is always shown.

Never

Appointment time is never shown.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EndTimeVisibility
WinForms Controls AgendaView
.AppointmentDisplayOptions.EndTimeVisibility
ASP.NET Bootstrap Controls BootstrapAgendaView
.AppointmentDisplayOptions.EndTimeVisibility
ASP.NET Web Forms Controls AgendaView
.AppointmentDisplayOptions.EndTimeVisibility
MVCxSchedulerAgendaView
.AppointmentDisplayOptions.EndTimeVisibility
See Also