SiteMapListLayoutSettingRepeatColumns Property |
Gets or sets the number of columns to display on this level.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int RepeatColumns { get; set; }
Public Property RepeatColumns As Integer
Get
Set
public:
property int RepeatColumns {
int get ();
void set (int value);
}
member RepeatColumns : int with 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