KaxMenuDefaultGroupSettings Property |
Specifies the default settings for child item behavior.
Namespace: Kettic.AspNet.ControlsAssembly: 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; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property DefaultGroupSettings As KaxMenuItemGroupSettings
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property KaxMenuItemGroupSettings^ DefaultGroupSettings {
KaxMenuItemGroupSettings^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member DefaultGroupSettings : KaxMenuItemGroupSettings with 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