Click or drag to resize
KaxMenuItemGroupSettings Class
Represents settings controlling child item behavior.
Inheritance Hierarchy
SystemObject
  ObjectWithState
    Kettic.AspNet.ControlsKaxMenuItemGroupSettings

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxMenuItemGroupSettings : ObjectWithState

The KaxMenuItemGroupSettings type exposes the following members.

Methods
  NameDescription
Public methodToString (Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyExpandDirection
Gets or sets the direction in which child items will open.
Public propertyFlow
Gets or sets the flow of child items.
Public propertyHeight
Gets or sets a value indicating the height of child menu items (the whole item group).
Public propertyOffsetX
Gets or sets a value indicating the horizontal offset of child menu items considering their parent.
Public propertyOffsetY
Gets or sets a value indicating the vertical offset of child menu items considering their parent.
Public propertyRepeatColumns
Gets or sets the number of columns to display in this item group.
Public propertyRepeatDirection
Gets or sets whether the columns are repeated vertically or horizontally
Public propertyWidth
Gets or sets a value indicating the width of child menu items (the whole item group).
Top
See Also