Skip to main content
A newer version of this page is available. .

Item Link Mode

The ASPxMenuBase.ItemLinkMode property specifies how menu items are represented as links within the menu control. By default, this property is set to ContentBounds, which makes the menu entirely interactive. If you need to display a simple menu (such as a set of single level links), you can set the ItemLinkMode property to TextOnly or TextAndImage. In this instance, the resulting HTML code generated to represent the menu control on the page will be minimal.

The image below shows two Menus in two link modes - ContentBounds and TextOnly.

Menu_ItemLinkMode