ASPxSiteMapControl.MaximumDisplayLevels Property
In This Article
Gets or sets the number of nesting levels to render within the site map control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | The number of nesting levels to render for the site map control. |
#Remarks
Use the MaximumDisplayLevels property to specify the depth of hierarchical levels rendered within the site map control. Setting this property to 1 means that only the top nesting level is rendered. You can display multiple node nesting levels in the site map control by setting the MaximumDisplayLevels property to a value greater than 1.
Note
If the Maximum
See Also