Skip to main content

AllDayAreaCell.DrawLeftSeparator Property

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

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.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