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

CalendarControlBase.DrawCellLines Property

Gets or sets whether to draw lines between calendar cells.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DefaultValue(false)]
[DXCategory("Appearance")]
public bool DrawCellLines { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if lines between calendar cells are visible; otherwise, false.

See Also