Class MenuModelElement
- Namespace
- Innova.Prism.Library.Menus.ItemModels
- Assembly
- Innova.Prism.Library.dll
Represents a menu item model element.
public class MenuModelElement : MenuBaseModel, INotifyPropertyChanged, IMenuModelElement, IMenuBaseModel, IMenuItemModelBase
- Inheritance
-
MenuModelElement
- Implements
- Derived
- Extension Methods
Constructors
- MenuModelElement()
Initializes a new instance of the MenuModelElement class.
Properties
- Element
Gets or sets the framework element associated with the menu item.
- IsElementOpen
Gets or sets a value indicating whether the menu item element is open.
- IsEnabled
Gets or sets a value indicating whether the menu item is enabled.
- MenuCommand
Gets or sets the command associated with the menu item.
- ShowAsDropdown
Gets or sets a value indicating whether the menu item should be shown as a dropdown.