Skip to main content

DayViewAppointmentDisplayOptions.ShowShadows Property

Gets or sets a value indicating if shadows are shown for appointments.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

[DefaultValue(true)]
public bool ShowShadows { get; set; }

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
.DayViewInnerObject .ShowShadows

Remarks

Use the ShowShadows property to hide or show shadows for appointments when a Scheduler shows its data in a Day view.

DayView.AppointmentShadows

See Also