Back to Devexpress

RepositoryItemDateEdit.WeekDayAbbreviationLength Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemdateedit-084f1b6f.md

latest1.7 KB
Original Source

RepositoryItemDateEdit.WeekDayAbbreviationLength Property

Gets or sets the length of days of the week abbreviations.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(0)]
[DXCategory("Appearance")]
public int WeekDayAbbreviationLength { get; set; }
vb
<DefaultValue(0)>
<DXCategory("Appearance")>
Public Property WeekDayAbbreviationLength As Integer

Property Value

TypeDefaultDescription
Int320

The length of days of the week abbreviations.

|

Remarks

You can also handle the RepositoryItemDateEdit.CustomWeekDayAbbreviation event to provide custom week day abbreviations.

See Also

CustomWeekDayAbbreviation

RepositoryItemDateEdit Class

RepositoryItemDateEdit Members

DevExpress.XtraEditors.Repository Namespace