The TypeTemplateSelectorBase type exposes the following members.

Constructors

  NameDescription
TypeTemplateSelectorBase

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).)

Properties

  NameDescription
BasedOn
Gets or sets the DataTemplateSelector on which to fall back if no template is found by this selector.
(Inherited from DelegatingDataTemplateSelector.)
DefaultTemplate
Gets or sets the default data template.
TypeTemplates
Gets the list of type-specific templates.

See Also