Click or drag to resize
KaxCalendarDayNameFormat Property
Specifies the display formats for the days of the week used as selectors by KaxCalendar.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public DayNameFormat DayNameFormat { get; set; }

Property Value

Type: DayNameFormat
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 KaxCalendar.

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.
See Also