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

DayViewAppointmentDisplayOptions.EndTimeVisibility Property

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

[DefaultValue(AppointmentTimeVisibility.Never)]
[XtraSerializableProperty]
public override AppointmentTimeVisibility EndTimeVisibility { get; set; }

Property Value

Type Default
AppointmentTimeVisibility **Never**

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:

Show 17 property paths
Library Object Type Path to EndTimeVisibility
WinForms Controls DayView
.AppointmentDisplayOptions.EndTimeVisibility
FullWeekView
.AppointmentDisplayOptions.EndTimeVisibility
DayViewTimeCells
.AppointmentDisplayOptions.EndTimeVisibility
WorkWeekView
.AppointmentDisplayOptions.EndTimeVisibility
WPF Controls DayView
FullWeekView
SchedulerDayViewAppointmentDisplayOptions
.DayViewInnerObject.EndTimeVisibility
WorkWeekView
ASP.NET Controls and MVC Extensions DayView
.AppointmentDisplayOptions.EndTimeVisibility
FullWeekView
.AppointmentDisplayOptions.EndTimeVisibility
WorkWeekView
.AppointmentDisplayOptions.EndTimeVisibility
MVCxSchedulerDayView
.AppointmentDisplayOptions.EndTimeVisibility
MVCxSchedulerFullWeekView
.AppointmentDisplayOptions.EndTimeVisibility
MVCxSchedulerWorkWeekView
.AppointmentDisplayOptions.EndTimeVisibility
ASP.NET Bootstrap Controls BootstrapDayView
.AppointmentDisplayOptions.EndTimeVisibility
BootstrapFullWeekView
.AppointmentDisplayOptions.EndTimeVisibility
BootstrapWorkWeekView
.AppointmentDisplayOptions.EndTimeVisibility
See Also