Share via


PublishingMenu.SeparatorClass Property

The cascading style sheet class that is applied to the span placed between menus.

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

Syntax

'Declaration
Public Property SeparatorClass As String
    Get
    Set
'Usage
Dim instance As PublishingMenu
Dim value As String

value = instance.SeparatorClass

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

Property Value

Type: System.String
A string that represents the cascading style sheet (CSS) class that is applied to the SPAN tag between top-level menus.

See Also

Reference

PublishingMenu Class

PublishingMenu Members

Microsoft.SharePoint.Publishing.WebControls Namespace

PublishingMenu