SiteMapPath.ParentLevelsDisplayed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the number of levels of parent nodes the control displays, relative to the currently displayed node.
public:
virtual property int ParentLevelsDisplayed { int get(); void set(int value); };
[System.Web.UI.Themeable(false)]
public virtual int ParentLevelsDisplayed { get; set; }
[<System.Web.UI.Themeable(false)>]
member this.ParentLevelsDisplayed : int with get, set
Public Overridable Property ParentLevelsDisplayed As Integer
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.
- Attributes
Exceptions
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.