Share via


SPCalendarItemContainer.DivClass Property

Gets or sets the value representing the div class.

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

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

See Also

Reference

SPCalendarItemContainer Class

SPCalendarItemContainer Members

Microsoft.SharePoint.WebControls Namespace