SiteMapLevelSettingMaximumNodes Property |
Gets or sets the maximum nodes that are allowed for a given level.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public int MaximumNodes { get; set; }
Public Property MaximumNodes As Integer
Get
Set
public:
property int MaximumNodes {
int get ();
void set (int value);
}
member MaximumNodes : int with 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