Click or drag to resize

ModernMenuItemItems Property

Sub menu items of the current MenuItem.

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public List<ModernMenuItem> Items { get; set; }

Property Value

Type: ListModernMenuItem
Remarks
Hummingbird UI supports 3 level menu. All sub-items of the 3rd level menu item will be ignored and will not be shown in the User interface
See Also