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

See Also