WeekDaysCheckEdit.UseAbbreviatedDayNames Property
Specifies whether the control displays short names for week days.
Namespace: DevExpress.Xpf.Scheduler.UI
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public bool UseAbbreviatedDayNames { get; set; }
Public Property UseAbbreviatedDayNames As Boolean
Property Value
| Type | Description |
|---|---|
| Boolean | true if the control displays abbreviated names for week days, otherwise, false. |
Remarks
The System.Globalization.DateTimeFormatInfo.GetAbbreviatedDayName method is used to obtain the culture-specific abbreviated name of the specified day of the week.

See Also