Class MenuGroupModel
- Namespace
- Innova.Prism.Library.Menus.ItemModels
- Assembly
- Innova.Prism.Library.dll
Represents a menu group in the application menu.
public class MenuGroupModel : MenuItemModelBase, INotifyPropertyChanged, IMenuGroupModel, IMenuItemModelBase
- Inheritance
-
MenuGroupModel
- Implements
Properties
- AddItemToMenu
Gets or sets a value indicating whether to add the menu group item to the menu.
- GroupName
Gets or sets the name of the menu group.
- HeaderText
Gets or sets the header text of the menu group.
- IsVisible
Gets or sets a value indicating whether the menu group is visible.
- SortOrder
Gets or sets the sort order of the menu group item.
- TabName
Gets or sets the name of the tab associated with the menu group.
Methods
- ToString()
Returns the header text of the menu group.