SPCalendarBase.CssClassSelectedDay Property
Gets or sets the string value that represents the cascading style sheet style of a selected day.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property CssClassSelectedDay As String
Get
Set
'Usage
Dim instance As SPCalendarBase
Dim value As String
value = instance.CssClassSelectedDay
instance.CssClassSelectedDay = value
public string CssClassSelectedDay { get; set; }
Property Value
Type: System.String