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.ControlsAssembly: 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; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property LevelSettings As SiteMapLevelSettingCollection
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property SiteMapLevelSettingCollection^ LevelSettings {
SiteMapLevelSettingCollection^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member LevelSettings : SiteMapLevelSettingCollection with 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