Back to Devexpress

RepositoryItemDateEdit.ShowWeekNumbers Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemdateedit-218f7193.md

latest2.2 KB
Original Source

RepositoryItemDateEdit.ShowWeekNumbers Property

Gets or sets whether to display week numbers in the dropdown window.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true if the dropdown window displays week numbers; otherwise, false.

|

Remarks

Set the ShowWeekNumbers property to true to display week numbers in the dropdown window. Week numbers are displayed at the left of the calendar.

Note

Week numbers are not supported if the RepositoryItemDateEdit.CalendarView property is set to CalendarView.TouchUI.

See Also

ShowClear

ShowToday

CalendarView

RepositoryItemDateEdit Class

RepositoryItemDateEdit Members

DevExpress.XtraEditors.Repository Namespace