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

AllDayAreaCell.DrawLeftSeparator Property

Specifies whether the all-day appointment cell displays its left boundary.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool DrawLeftSeparator { get; set; }

Property Value

Type Description
Boolean

true, to display the left boundary of the cell; otherwise, false.

See Also