[]
        
(Showing Draft Content)

C1.iOS.Viewer.MenuItem

MenuItem Class

Inheritance
MenuItem
Implements
INotifyPropertyChanged
Namespace: C1.iOS.Viewer
Assembly: C1.iOS.Viewer.dll
Syntax
public class MenuItem : Object, IDependencyObject, INotifyPropertyChanged

Constructors

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.

Properties

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.

Methods

Name Description
OnPropertyChanged(PropertyChangedEventArgs)

Raises the PropertyChanged event.

Events

Name Description
PropertyChanged

Occurs when a property value changes.