DayViewAppointmentDisplayOptions.ShowShadows Property
Gets or sets a value indicating if shadows are shown for appointments.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
Boolean | 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