Skip to main content

CalendarControlBase.ShowWeekNumbers Property

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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