Click or drag to resize
SiteMapListLayoutSettingRepeatColumns Property
Gets or sets the number of columns to display on this level.

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

Property Value

Type: Int32
Remarks
Specifies the number of columns which are displayed for a given level. For example, if it set to 3, the nodes in the level are displayed in three columns.
See Also