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

DayViewAppointmentDisplayOptions.StartTimeVisibility Property

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

[DefaultValue(AppointmentTimeVisibility.Never)]
public override AppointmentTimeVisibility StartTimeVisibility { 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 StartTimeVisibility
WinForms Controls DayView
.AppointmentDisplayOptions .StartTimeVisibility
FullWeekView
.AppointmentDisplayOptions .StartTimeVisibility
DayViewTimeCells
.AppointmentDisplayOptions .StartTimeVisibility
WorkWeekView
.AppointmentDisplayOptions .StartTimeVisibility
WPF Controls DayView
.AppointmentDisplayOptions .StartTimeVisibility
DayView
.DayViewInnerObject .StartTimeVisibility
FullWeekView
.AppointmentDisplayOptions .StartTimeVisibility
FullWeekView
.DayViewInnerObject .StartTimeVisibility
SchedulerDayViewAppointmentDisplayOptions
.DayViewInnerObject .StartTimeVisibility
WorkWeekView
.AppointmentDisplayOptions .StartTimeVisibility
WorkWeekView
.DayViewInnerObject .StartTimeVisibility
ASP.NET Bootstrap Controls BootstrapDayView
.AppointmentDisplayOptions .StartTimeVisibility
BootstrapFullWeekView
.AppointmentDisplayOptions .StartTimeVisibility
BootstrapWorkWeekView
.AppointmentDisplayOptions .StartTimeVisibility
ASP.NET Web Forms Controls DayView
.AppointmentDisplayOptions .StartTimeVisibility
FullWeekView
.AppointmentDisplayOptions .StartTimeVisibility
WorkWeekView
.AppointmentDisplayOptions .StartTimeVisibility
ASP.NET MVC Extensions MVCxSchedulerDayView
.AppointmentDisplayOptions .StartTimeVisibility
MVCxSchedulerFullWeekView
.AppointmentDisplayOptions .StartTimeVisibility
MVCxSchedulerWorkWeekView
.AppointmentDisplayOptions .StartTimeVisibility
See Also