System.Web.UI.WebControls.Menu.LevelMenuItemStyles Property

Gets a System.Web.UI.WebControls.MenuItemStyleCollection object that contains the style settings that are applied to menu items based on their level in a System.Web.UI.WebControls.Menu control.

Syntax

[System.ComponentModel.Editor("System.Web.UI.Design.WebControls.MenuItemStyleCollectionEditor,System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
[System.ComponentModel.DefaultValue(null)]
public MenuItemStyleCollection LevelMenuItemStyles { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the Menu.LevelMenuItemStyles collection as an alternative to the individual style properties (such as Menu.DynamicMenuItemStyle) to control the style of menu items at the individual levels of the menu. The styles contained in this collection are applied to the menu items based on their menu level. The first style in the collection corresponds to the style of menu items in the first level of the menu. The second style in the collection corresponds to the style of menu items in the second level of the menu, and so on. This collection is most often used to generate table of contents-style navigation menus where menu items at a certain level should have the same appearance, regardless of whether they have submenus.

Note:

If a style is defined for a certain level using the Menu.LevelMenuItemStyles collection, this overrides any menu item style settings for the menu items at that level.

Requirements

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