Table of Contents

Interface IMenuModel

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

Interface for a menu model that can be bound to a command.

public interface IMenuModel : IMenuBaseModel, IMenuItemModelBase
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.