Gets or sets whether to recognize the "visible in menu" setting for pages.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
[DefaultValueAttribute("")]
[BindableAttribute(true)]
public bool EnableVisibleInMenu { get; set; }

See Also