Skip to main content
A newer version of this page is available. .

DayViewAppointmentDisplayOptions.ShowShadows Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
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:

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