QuickAccessMenu.SeparatorClass property

Gets or sets the SeparatorClass is the cascading style sheet (CSS) class that is applied to the SPAN tag 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 QuickAccessMenu
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 CSS class that is applied to the SPAN tag between menus.

See also

Reference

QuickAccessMenu class

QuickAccessMenu members

Microsoft.SharePoint.Publishing.WebControls namespace

DataSourceId

QuickAccessMenu