Click or drag to resize
SiteMapLevelSettingMaximumNodes Property
Gets or sets the maximum nodes that are allowed for a given level.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public int MaximumNodes { get; set; }

Property Value

Type: Int32
Use the MaximumNodes property to explicitly state how many nodes should be rendered for a given level.
Remarks
Redundant nodes are sliced. If MaximumNodes is set to a value larger than the nodes count, all of the nodes will be rendered.
See Also