RadCalendar for ASP.NET

RadCalendar Send comments on this topic.
DayNameFormat Property
See Also 
Telerik.WebControls Namespace > RadCalendar Class : DayNameFormat Property


Specifies the display formats for the days of the week used as selectors by RadCalendar.   

 

Namespace: Telerik.WebControls
Assembly: RadCalendar (in RadCalendar.dll)

Syntax

Visual Basic (Declaration) 
Public Property DayNameFormat As DayNameFormat
Visual Basic (Usage)Copy Code
Dim instance As RadCalendar
Dim value As DayNameFormat
 
instance.DayNameFormat = value
 
value = instance.DayNameFormat
C# 
public DayNameFormat DayNameFormat {get; set;}

Remarks

Use the DayNameFormat property to specify the name format for the days of the week. This property is set with one of the DayNameFormat enumeration values. 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.

The DayNameFormat enumeration represents the display formats for the days of the week used as selectors by RadCalendar.

Member nameDescription
FirstLetterThe days of the week displayed with just the first letter. For example, T.
FirstTwoLettersThe days of the week displayed with just the first two letters. For example, Tu.
FullThe days of the week displayed in full format. For example, Tuesday.
ShortThe days of the week displayed in abbreviated format. For example, Tues.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also