Back to Devexpress

WeekDaysCheckEdit.UseAbbreviatedDayNames Property

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-weekdayscheckedit-b3a1c354.md

latest1.5 KB
Original Source

WeekDaysCheckEdit.UseAbbreviatedDayNames Property

Specifies whether the control displays short names of week days .

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(false)]
public bool UseAbbreviatedDayNames { get; set; }
vb
<DefaultValue(False)>
Public Property UseAbbreviatedDayNames As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

True if the control displays abbreviated names for week days.

|

Remarks

The GetAbbreviatedDayName method is used to obtain the culture-specific abbreviated name of the specified day of the week.

See Also

WeekDaysCheckEdit Class

WeekDaysCheckEdit Members

DevExpress.XtraScheduler.UI Namespace