Click or drag to resize
KaxSiteMapDefaultLevelSettings Property
Gets or sets the SiteMapLevelSetting object to be used when no specific settings have been defined 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
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public DefaultSiteMapLevelSetting DefaultLevelSettings { get; }

Property Value

Type: DefaultSiteMapLevelSetting
A SiteMapLevelSetting object.
Remarks
Individual levels can be customized using the LevelSettings collection. Levels not specified in this collection will get the default settings.
See Also