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: 6.0.530.0

Syntax

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

See Also