Enum
DayNameFormat

Specifies the display formats for the days of the week used as selectors by RadCalendar.You can specify whether the days of the week are displayed as the full name, short (abbreviated) name, first letter of the day, or first two letters of the day.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public enum DayNameFormat

Fields

FirstLetter

The days of the week displayed with just the first letter. For example, T.

Declaration

cs-api-definition
FirstLetter = 2

Field Value

DayNameFormat

FirstTwoLetters

The days of the week displayed with just the first two letters. For example, Tu.

Declaration

cs-api-definition
FirstTwoLetters = 3

Field Value

DayNameFormat

Full

The days of the week displayed in full format. For example, Tuesday.

Declaration

cs-api-definition
Full = 0

Field Value

DayNameFormat

Short

The days of the week displayed in abbreviated format. For example, Tues.

Declaration

cs-api-definition
Short = 1

Field Value

DayNameFormat

Shortest

The shortest unique abbreviated day names associated with the current DateTimeFormatInfo object.

Declaration

cs-api-definition
Shortest = 4

Field Value

DayNameFormat