System.Web.UI.WebControls.Menu.MaximumDynamicDisplayLevels Property

Gets or sets the number of menu levels to render for a dynamic menu.

Syntax

[System.ComponentModel.DefaultValue(3)]
[System.Web.UI.Themeable(true)]
public int MaximumDynamicDisplayLevels { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can display multiple menu levels in the static menu by setting the Menu.StaticDisplayLevels property to a value greater than 1. You can also display additional levels in dynamic menus by setting this property to a value greater than 0. For example, if you display two menu levels in the static menu (by setting the Menu.StaticDisplayLevels property to 2) and then set this property to 3, three additional menu levels are displayed in dynamic menus. All remaining higher menu levels (if any) are discarded.

Note:

Setting this property to 0 displays a flat menu up to the level specified by the Menu.StaticDisplayLevels property, without any dynamic menus.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0