Back to Devexpress

CalendarControlBase.WeekDayAbbreviationLength Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-d1e865d3.md

latest2.2 KB
Original Source

CalendarControlBase.WeekDayAbbreviationLength Property

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

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Int320

The length of days of the week abbreviations.

|

Remarks

You can also use the CalendarControlBase.CustomWeekDayAbbreviation event to provide custom week day abbreviations.

See Also

CustomWeekNumber

FirstDayOfWeek

ShowWeekNumbers

WeekDayAbbreviationLength

WeekNumberRule

CaseWeekDayAbbreviations

CustomWeekDayAbbreviation

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace