Share via


SPCalendarBase.CssClassMonthName Property

Gets or sets the string value that represents the cascading style sheet class month name.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property CssClassMonthName As String
    Get
    Set
'Usage
Dim instance As SPCalendarBase
Dim value As String

value = instance.CssClassMonthName

instance.CssClassMonthName = value
public string CssClassMonthName { get; set; }

Property Value

Type: System.String

See Also

Reference

SPCalendarBase Class

SPCalendarBase Members

Microsoft.SharePoint.WebControls Namespace