Skip to main content
Version: 4.1

MenuMerge

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Specifies the behavior of a MenuItem when it is merged with items in another menu.

public enum MenuMerge : Enum

Fields

NameDescription
AddThe MenuItem is added to the collection of existing MenuItem objects in a merged menu.
MergeItemsAll submenu items of this MenuItem are merged with those of existing MenuItem objects at the same position in a merged menu.
RemoveThe MenuItem is not included in a merged menu.
ReplaceThe MenuItem replaces an existing MenuItem at the same position in a merged menu.

Used By

NameDescription
MenuItem.MergeTypeReturns or sets a value indicating the behavior of this menu item when its menu is merged with another.