[]
public class MenuItem : Object, IDependencyObject, INotifyPropertyChanged
| Name | Description |
|---|---|
| MenuItem() | Initializes a new instance of the MenuItem class. |
| MenuItem(string, C1Icon) | Initializes a new instance of the MenuItem class. |
| MenuItem(string, C1Icon, ICommand) | Initializes a new instance of the MenuItem class. |
| Name | Description |
|---|---|
| Header | Gets or sets the name of menu item. |
| Icon | Gets or sets the icon of the menu item. |
| MenuCommand | Gets or sets the command of the menu item. |
| Position | Gets or sets position of this MenuItem. |
| ShowIcon | Gets or sets a value indicating whether the icon is visible or not. |
| Visible | Gets or sets a value indicating whether this MenuItem is visible. |
| Name | Description |
|---|---|
| OnPropertyChanged(PropertyChangedEventArgs) | Raises the PropertyChanged event. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |