MenuItem::Depth Property

 

Gets the level at which a menu item is displayed.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
[BrowsableAttribute(false)]
property int Depth {
	int get();
}

Property Value

Type: System::Int32

The level at which a menu item is displayed.

Use the Depth property to determine the depth of the menu item. The depth indicates the level at which a menu item is displayed and represents the number of levels of hierarchy between the current menu item and the root menu item. For example, a root menu item has a depth of 0. A submenu item of the root menu item has a depth of 1, and so on.

The following example demonstrates how to use the Depth property to determine the depth of a menu item.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: