DayViewAppointmentDisplayOptions.ShowShadows Property
Gets or sets a value indicating if shadows are shown for appointments.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true | true to show shadows for appointments; otherwise, false. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to ShowShadows |
|---|---|
| SchedulerDayViewAppointmentDisplayOptions |
|
Remarks
Use the ShowShadows property to hide or show shadows for appointments when a Scheduler shows its data in a Day view.

See Also