SiteMapPath::ParentLevelsDisplayed Property
Gets or sets the number of levels of parent nodes the control displays, relative to the currently displayed node.
Assembly: System.Web (in System.Web.dll)
[ThemeableAttribute(false)] public: virtual property int ParentLevelsDisplayed { int get (); void set (int value); }
<asp:SiteMapPath ParentLevelsDisplayed="Int32" />
Property Value
Type: System::Int32An integer that specifies the number of levels of parent nodes displayed, relative to the current context node. The default value is -1, which indicates no restriction on the number of parent levels that the control displays.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value for ParentLevelsDisplayed is less than -1. |
The ParentLevelsDisplayed property governs how many levels of parent nodes are displayed by the SiteMapPath control above the current context node. By default, all parent and ancestor nodes above the current context node are displayed.
The value of this property is stored in view state.
This property cannot be set by themes or style sheet themes. For more information, see ThemeableAttribute and ASP.NET Themes and Skins Overview.
| Topic | Location |
|---|---|
| How to: Customize the Appearance of SiteMapPath Web Server Controls | Building ASP .NET Web Applications |
| How to: Customize the Appearance of SiteMapPath Web Server Controls | Building ASP .NET Web Applications |
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.