HamburgerMenu.

OptionsItemCommand Property

Summary

Gets or sets a command which will be executed if an options item is clicked by the user.
Namespace
MahApps.Metro.Controls
Containing Type
HamburgerMenu

Syntax

public ICommand OptionsItemCommand { get; set; }

Value

Type Description
ICommand