Interface IMenuTabModel
- Namespace
- Innova.Prism.Library.Menus.ItemModels
- Assembly
- Innova.Prism.Library.dll
Interface for menu tab model.
public interface IMenuTabModel : IMenuItemModelBase
Properties
- AddItemToMenu
Gets or sets a value indicating whether the menu tab should be added to the menu.
- HeaderText
Gets or sets the header text of the menu tab.
- IsVisible
Gets or sets a value indicating whether the menu tab is visible.
- SortOrder
Gets or sets the sort order of the menu tab.
- TabName
Gets or sets the name of the menu tab.