Back to Devexpress

DayView.AppointmentShadows Property

windowsforms-devexpress-dot-xtrascheduler-dot-dayview-239ba59f.md

latest1.7 KB
Original Source

DayView.AppointmentShadows Property

OBSOLETE

You should use the 'AppointmentDisplayOptions.ShowShadows' instead

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the 'AppointmentDisplayOptions.ShowShadows' instead", false)]
public bool AppointmentShadows { get; set; }
vb
<Obsolete("You should use the 'AppointmentDisplayOptions.ShowShadows' instead", False)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property AppointmentShadows As Boolean

Property Value

TypeDescription
Boolean

true to show shadows for appointment; otherwise, false.

|

Remarks

The AppointmentShadows property is now obsolete. Use the DayViewAppointmentDisplayOptions.ShowShadows property instead.

See Also

DayView Class

DayView Members

DevExpress.XtraScheduler Namespace