Table of Contents

Method ApplyGestures

Namespace
Innova.Prism.Library.ExtensionMethods
Assembly
Innova.Prism.Library.dll

ApplyGestures(ObservableCollection<MenuModel>, Key)

Applies a MultiKeyGesture to each of the MenuTaskDefinitions, based on the Headertext and the GroupKey.

public static void ApplyGestures(this ObservableCollection<MenuModel> list, Key GroupKey)

Parameters

list ObservableCollection<MenuModel>

The list.

GroupKey Key

The group key.