AppointmentViewInfoOptions.ShowStartTime Property
In This Article
Gets or sets whether to display a time indicating the start of the appointment.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to display the time; otherwise, false. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Show |
---|---|---|
Cross-Platform Class Library | IAppointment |
|
Win |
Appointment |
|
WPF Controls | Appointment |
|
ASP. |
Appointment |
|
See Also