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

CalendarControlBase.ShowWeekNumbers Property

Gets or sets whether to display week numbers in the calendar.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public virtual bool ShowWeekNumbers { get; set; }

Property Value

Type Default Description
Boolean **false**

The visibility of week numbers in the calendar.

See Also