Wisej.Web.MenuMerge
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Specifies the behavior of a MenuItem when it is merged with items in another menu.
public enum MenuMerge : Enum
Public Enum MenuMerge As [Enum]
Add
The MenuItem is added to the collection of existing MenuItem objects in a merged menu.
MergeItems
All submenu items of this MenuItem are merged with those of existing MenuItem objects at the same position in a merged menu.
Remove
The MenuItem is not included in a merged menu.
Replace
The MenuItem replaces an existing MenuItem at the same position in a merged menu.
MenuItem.MergeType
Returns or sets a value indicating the behavior of this menu item when its menu is merged with another.
Last updated 3 years ago
Was this helpful?