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

RepositoryItemDateEdit.DrawCellLines Property

Gets or sets whether to draw lines between calendar cells.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.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