Table of Contents
Command Property

Gets or sets the command associated with the menu item.

Syntax
 public ICommand Command { get; set; }

Implements

ICommandSource.Command
See Also