| SiteMapLevelSetting Class |
Namespace: Kettic.AspNet.Controls
The SiteMapLevelSetting type exposes the following members.
| Name | Description | |
|---|---|---|
| SiteMapLevelSetting | ||
| SiteMapLevelSetting(Int32) | ||
| SiteMapLevelSetting(SiteMapLayout) | ||
| SiteMapLevelSetting(Int32, SiteMapLayout) |
| Name | Description | |
|---|---|---|
| ImageUrl |
Gets or sets the URL to an image which is displayed next to all the nodes of a given level
| |
| Layout |
Gets or sets the layout mode that is applied to a given LevelSetting. By default is set to List
| |
| Level |
Gets or sets the level to which a given LevelSetting refer/
| |
| ListLayout | ||
| MaximumNodes |
Gets or sets the maximum nodes that are allowed for a given level.
| |
| NodeTemplate | Gets or sets the template for displaying the nodes on the specified level. | |
| SeparatorTemplate | Gets or sets the separator template for nodes on the specified level. | |
| SeparatorText |
Gets or sets the separator text that is going to be used to separate
nodes in Flow layout mode.
| |
| Width |
Gets or sets the width of the specified level.
|