The CSS class name of this calendar day.

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

Syntax

C#
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute("")]
[JsonAttribute(true, true, "")]
public string ClassName { get; set; }
Visual Basic
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute("")> _
<JsonAttribute(True, True, "")> _
Public Property ClassName As String
	Get
	Set

See Also