Click or drag to resize
KaxMenuDefaultGroupSettings Property
Specifies the default settings for child item behavior.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public KaxMenuItemGroupSettings DefaultGroupSettings { get; }

Property Value

Type: KaxMenuItemGroupSettings
An instance of the MenuItemGroupSettings class.
Remarks

You can customize the following settings

  • item flow
  • expand direction
  • horizontal offset from the parent item
  • vertical offset from the parent item
  • width
  • height

For more information check MenuItemGroupSettings.

See Also