KaxMenuItemGroupSettingsRepeatColumns Property |
Gets or sets the number of columns to display in this item group.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public 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:
Int32Remarks 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