The TypeTemplateSelectorBase type exposes the following members.

Methods

  NameDescription
GetSelectionType
When overridden in a derived class, gets the type to be used in selecting a template for an item.
SelectTemplate
Returns a DataTemplate for the item.
(Inherited from DelegatingDataTemplateSelector.)
SelectTemplateCore
Returns a DataTemplate according to the type of the item.
(Overrides DelegatingDataTemplateSelector..::.SelectTemplateCore(Object, DependencyObject).)

See Also