Click or drag to resize
SiteMapLevelSettingLayout Property
Gets or sets the layout mode that is applied to a given LevelSetting. By default is set to List

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public SiteMapLayout Layout { get; set; }

Property Value

Type: SiteMapLayout
Examples
[New Example]
levelSetting.LayoutMode = SiteMapLayout.List;
levelSetting.LayoutMode = SiteMapLayout.Flow;
[New Example]
levelSetting.LayoutMode = SiteMapLayout.List
levelSetting.LayoutMode = SiteMapLayout.Flow
See Also