DayViewAppointmentDisplayOptions.StartTimeVisibility Property
In This Article
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
[DefaultValue(AppointmentTimeVisibility.Never)]
public override AppointmentTimeVisibility StartTimeVisibility { get; set; }
#Property Value
Type | Default |
---|---|
Appointment |
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:
Object Type | Path to Start |
---|---|
Scheduler |
|
See Also