Share via


SPCalendarItem.BackgroundColorClassName property

Gets or sets the class name for the background color of the item.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property BackgroundColorClassName As String
    Get
    Set
'Usage
Dim instance As SPCalendarItem
Dim value As String

value = instance.BackgroundColorClassName

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

Property value

Type: System.String

Implements

ISPCalendarItem.BackgroundColorClassName

See also

Reference

SPCalendarItem class

SPCalendarItem members

Microsoft.SharePoint.WebControls namespace