SPCalendarItemContainer.DivClass property
Gets or sets the value representing the div class.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DivClass As String
Get
Set
'Usage
Dim instance As SPCalendarItemContainer
Dim value As String
value = instance.DivClass
instance.DivClass = value
public string DivClass { get; set; }
Property value
Type: System.String