MenuItemTemplate.PageModes Property
Sets or retrieves the page mode that is required to view the menu item.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property PageModes As PageModes
Get
Set
'Usage
Dim instance As MenuItemTemplate
Dim value As PageModes
value = instance.PageModes
instance.PageModes = value
public PageModes PageModes { get; set; }
Property Value
Type: Microsoft.SharePoint.Utilities.PageModes
A PageModes value that represents the required page mode: "All", "Design", or "Normal". The default is "All".