System.Web.UI.WebControls.Menu.StaticDisplayLevels Property

Gets or sets the number of menu levels to display in a static menu.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Use the Menu.StaticDisplayLevels property to specify the number of menu levels to display in a static menu. All menu levels below the specified value are displayed in a dynamic menu. You can also limit the number of menu levels to display in a dynamic menu by setting the Menu.MaximumDynamicDisplayLevels property.

Requirements

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