public class MenuItem : BindableBase
Public Class MenuItem
Inherits BindableBase
MenuItem | Initializes a new instance of the MenuItem class |
Command | Comando asociado al elemento |
CommandParameter | Parameters of the command associated with the element. |
Image | Item image. |
InputKey | Item shortcut key. |
IsChecked | Indicates whether the element is checked. |
Items | List of child elements. |
Text | Element text. |
ToolTip | Element tooltip. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |