Back to Devexpress

DayViewAppointmentDisplayOptionsEx.ShowSeparator Property

windowsforms-devexpress-dot-xtrascheduler-dot-dayviewappointmentdisplayoptionsex-d9e1303e.md

latest1.5 KB
Original Source

DayViewAppointmentDisplayOptionsEx.ShowSeparator Property

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public bool ShowSeparator { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Property ShowSeparator As Boolean

Property Value

TypeDefault
Booleanfalse

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowSeparator
DayView

.AppointmentDisplayOptions .ShowSeparator

|

See Also

DayViewAppointmentDisplayOptionsEx Class

DayViewAppointmentDisplayOptionsEx Members

DevExpress.XtraScheduler Namespace