Table of Contents

Class MenuModel

Namespace
Innova.Prism.Library.Menus.ItemModels
Assembly
Innova.Prism.Library.dll

Represents a menu item model that can be bound to a command.

public class MenuModel : MenuBaseModel, INotifyPropertyChanged, IMenuModel, IMenuBaseModel, IMenuItemModelBase
Inheritance
MenuModel
Implements
Derived
Extension Methods

Properties

Command

Gets or sets the command associated with the menu item.

CommandParameter

Gets or sets the parameter to pass to the command when executed.

Methods

ExecuteCommand()

Executes the command associated with the menu item.