SPMenuField.MenuFormat property

Gets or sets the MenuFormat value to be used on the underlying Menu control.

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

Syntax

'Declaration
Public Property MenuFormat As MenuFormat
    Get
    Set
'Usage
Dim instance As SPMenuField
Dim value As MenuFormat

value = instance.MenuFormat

instance.MenuFormat = value
public MenuFormat MenuFormat { get; set; }

Property value

Type: Microsoft.SharePoint.WebControls.MenuFormat
The MenuFormat value to be used.

See also

Reference

SPMenuField class

SPMenuField members

Microsoft.SharePoint.WebControls namespace