Skip to main content

CalendarControlBase.DrawCellLines Property

Gets or sets whether to draw lines between calendar cells.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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