Gets or sets the names of the days of the week, starting with the name for Sunday.

Namespace:  C1.Web.UI.Controls.C1Calendar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[JsonAttribute(true, true, null)]
[BrowsableAttribute(false)]
public ArrayList DayNames { get; }
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<JsonAttribute(True, True, Nothing)> _
<BrowsableAttribute(False)> _
Public ReadOnly Property DayNames As ArrayList
	Get

See Also