AllDayAreaCell.DrawLeftSeparator Property
Specifies whether the all-day appointment cell displays its left boundary.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool DrawLeftSeparator { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property DrawLeftSeparator As Boolean
Property Value
Type | Description |
---|---|
Boolean | true, to display the left boundary of the cell; otherwise, false. |
See Also
Feedback