Gets or sets whether the calendar should filter page based on the "Visible in menu" property.

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

Syntax

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

See Also