SPCalendarBase.CssClassPrevNextNavigation property

Gets or sets the string value that represents the cascading style sheet style of previous or next navigation object.

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

Syntax

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

value = instance.CssClassPrevNextNavigation

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

Property value

Type: System.String

See also

Reference

SPCalendarBase class

SPCalendarBase members

Microsoft.SharePoint.WebControls namespace