Gets or sett whether the tree should filter page based on the "Visible in menus" property.

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

Syntax

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

See Also