.NET Framework Class Library
SiteMapPath..::.ParentLevelsDisplayed Property

Gets or sets the number of levels of parent nodes the control displays, relative to the currently displayed node.

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

Visual Basic (Declaration)
<ThemeableAttribute(False)> _
Public Overridable Property ParentLevelsDisplayed As Integer
Visual Basic (Usage)
Dim instance As SiteMapPath
Dim value As Integer

value = instance.ParentLevelsDisplayed

instance.ParentLevelsDisplayed = value
C#
[ThemeableAttribute(false)]
public virtual int ParentLevelsDisplayed { get; set; }
Visual C++
[ThemeableAttribute(false)]
public:
virtual property int ParentLevelsDisplayed {
    int get ();
    void set (int value);
}
JScript
public function get ParentLevelsDisplayed () : int
public function set ParentLevelsDisplayed (value : int)
ASP.NET
<asp:SiteMapPath ParentLevelsDisplayed="Int32" />

Property Value

Type: System..::.Int32
An 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.
Exceptions

ExceptionCondition
ArgumentOutOfRangeException

The value for ParentLevelsDisplayed is less than -1.

Remarks

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.

TopicLocation
How to: Customize the Appearance of SiteMapPath Web Server ControlsBuilding ASP .NET Web Applications
How to: Customize the Appearance of SiteMapPath Web Server ControlsBuilding ASP .NET Web Applications
How to: Customize the Appearance of SiteMapPath Web Server ControlsBuilding ASP .NET Web Applications in Visual Studio
How to: Customize the Appearance of SiteMapPath Web Server ControlsBuilding ASP .NET Web Applications in Visual Studio
Platforms

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.
Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0
See Also

Reference

Other Resources

Tags :


Page view tracker