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)
Visual Basic (Declaration)
<ThemeableAttribute(False)> _
Public Overridable Property ParentLevelsDisplayed As Integer
Dim instance As SiteMapPath
Dim value As Integer
value = instance.ParentLevelsDisplayed
instance.ParentLevelsDisplayed = value
[ThemeableAttribute(false)]
public virtual int ParentLevelsDisplayed { get; set; }
[ThemeableAttribute(false)]
public:
virtual property int ParentLevelsDisplayed {
int get ();
void set (int value);
}
public function get ParentLevelsDisplayed () : int
public function set ParentLevelsDisplayed (value : int)
<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.
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.
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.
.NET Framework
Supported in: 3.5, 3.0, 2.0
Reference
Other Resources