MenuBase::ItemContainerTemplateSelector Property
.NET Framework (current version)
Gets or sets the custom logic for choosing a template used to display each item.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property ItemContainerTemplateSelector^ ItemContainerTemplateSelector { ItemContainerTemplateSelector^ get(); void set(ItemContainerTemplateSelector^ value); }
Property Value
Type: System.Windows.Controls::ItemContainerTemplateSelector^A custom object that provides logic and returns an item container.
Use an ItemContainerTemplateSelector to choose different item containers if the items in your collection are the same type and you need to provide custom logic to choose the item container.
Identifier field | |
Metadata properties set to true | None |
.NET Framework
Available since 4.5
Available since 4.5
Show: