Click or drag to resize
SiteMapLevelSetting Class
Inheritance Hierarchy
SystemObject
  Kettic.AspNetStateManager
    Kettic.AspNet.ControlsSiteMapLevelSetting
      Kettic.AspNet.ControlsDefaultSiteMapLevelSetting

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class SiteMapLevelSetting : StateManager

The SiteMapLevelSetting type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyImageUrl
Gets or sets the URL to an image which is displayed next to all the nodes of a given level
Public propertyCode exampleLayout
Gets or sets the layout mode that is applied to a given LevelSetting. By default is set to List
Public propertyLevel
Gets or sets the level to which a given LevelSetting refer/
Public propertyListLayout
Public propertyMaximumNodes
Gets or sets the maximum nodes that are allowed for a given level.
Public propertyCode exampleNodeTemplate
Gets or sets the template for displaying the nodes on the specified level.
Public propertyCode exampleSeparatorTemplate
Gets or sets the separator template for nodes on the specified level.
Public propertySeparatorText
Gets or sets the separator text that is going to be used to separate nodes in Flow layout mode.
Public propertyWidth
Gets or sets the width of the specified level.
Top
See Also