AllDayAreaCell.DrawLeftSeparator Property
Specifies whether the all-day appointment cell displays its left boundary.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.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