A2v10 Platform documentation
UK


MenuItem Control

Represents a menu item. Usually located in a DropDownMenu container.

Inherits: CommandControl : ContentControl : Control : UIElement : UIElementBase

Content property: Content

Properties

Name Type Description
Icon Icon Icon item.
Separator SeparatorMode Associated separator. Possible values:
  • None - (by default) none.
  • Before - add a separator before the menu item.
  • After - add a separator after the menu item.
Base item properties

Example

XAML


Result