Click or drag to resize
KaxSiteMapLevelSettings Property
Gets the collection of LevelSettings objects that define the appearance of the nodes according to their level in the hierarchy.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public SiteMapLevelSettingCollection LevelSettings { get; }

Property Value

Type: SiteMapLevelSettingCollection
A SiteMapLevelSettingCollection containing LevelSettings that define the appearance of the nodes according to their level in the hierarchy.
See Also