Interface IMenuGroupModel
- Namespace
- Innova.Prism.Library.Menus.ItemModels
- Assembly
- Innova.Prism.Library.dll
Interface for a menu group model.
public interface IMenuGroupModel : IMenuItemModelBase
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.