HamburgerMenu.

OptionsItemCommand Property

Summary

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

Syntax

public ICommand OptionsItemCommand { get; set; }

Value

Type Description
ICommand