Back to Devexpress

CalendarControlBase.DrawCellLines Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-2ce81769.md

latest1.3 KB
Original Source

CalendarControlBase.DrawCellLines Property

Gets or sets whether to draw lines between calendar cells.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Appearance")]
public bool DrawCellLines { get; set; }
vb
<DefaultValue(False)>
<DXCategory("Appearance")>
Public Property DrawCellLines As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

See Also

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace