Table of Contents

Method SelectTemplate

Namespace
Innova.Prism.Library.Menus.Ribbon
Assembly
Innova.Prism.Library.dll

SelectTemplate(object, DependencyObject)

Selects the appropriate DataTemplate based on the type of menu item.

public override DataTemplate SelectTemplate(object item, DependencyObject container)

Parameters

item object

The menu item.

container DependencyObject

The container element.

Returns

DataTemplate

The selected DataTemplate.