MenuItemTemplate.ShowOnlyIfUIVersionConfigurationEnabled property

Whether SPWeb.UIVersionConfigurationEnabled must be true to show this control

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

Syntax

'Declaration
Public Property ShowOnlyIfUIVersionConfigurationEnabled As Boolean
    Get
    Set
'Usage
Dim instance As MenuItemTemplate
Dim value As Boolean

value = instance.ShowOnlyIfUIVersionConfigurationEnabled

instance.ShowOnlyIfUIVersionConfigurationEnabled = value
public bool ShowOnlyIfUIVersionConfigurationEnabled { get; set; }

Property value

Type: System.Boolean
True if SPWeb.UIVersionConfigurationEnabled must be true to show this control, false otherwise

See also

Reference

MenuItemTemplate class

MenuItemTemplate members

Microsoft.SharePoint.WebControls namespace