Click or drag to resize
KaxCalendarFirstDayOfWeek Property

Specifies the day to display as the first day of the week on the KaxCalendar control.

The FirstDayOfWeek enumeration can be found in System.Web.UI.WebControls Namespace.

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

Property Value

Type: FirstDayOfWeek
Remarks

The FirstDayOfWeek enumeration represents the values that specify which day to display as the first day of the week on the KaxCalendar control.

Member nameDescription
DefaultThe first day of the week is specified by the system settings.
FridayThe first day of the week is Friday.
MondayThe first day of the week is Monday.
SaturdayThe first day of the week is Saturday.
SundayThe first day of the week is Sunday.
ThursdayThe first day of the week is Thursday.
TuesdayThe first day of the week is Tuesday.
WednesdayThe first day of the week is Wednesday.
See Also