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)
Available in Sandboxed Solutions: No
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