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.v19.1.dll

Declaration

[Browsable(false)]
public bool DrawLeftSeparator { get; set; }

Property Value

Type Description
Boolean

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

See Also