Click or drag to resize
KaxMenuItemGroupSettingsRepeatColumns Property
Gets or sets the number of columns to display in this item group.

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 item group. For example, if it set to 3, the child items are displayed in three columns. The default value is 1.

Displaying more than 1 column automatically disables scrolling for this group.

See Also