SiteMapPath.ParentLevelsDisplayed Property
.NET Framework 3.0
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)
Assembly: System.Web (in system.web.dll)
[ThemeableAttribute(false)] public: virtual property int ParentLevelsDisplayed { int get (); void set (int value); }
/** @property */ public int get_ParentLevelsDisplayed () /** @property */ public void set_ParentLevelsDisplayed (int value)
public function get ParentLevelsDisplayed () : int public function set ParentLevelsDisplayed (value : int)
Not applicable.
Property Value
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.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 Introduction to ASP.NET Themes.
| 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 |
Community Additions
ADD
Show: