The MatchingTemplateSelector type exposes the following members.

Constructors

  NameDescription
MatchingTemplateSelector

Methods

  NameDescription
SelectTemplate
Returns a DataTemplate for the item.
(Inherited from DelegatingDataTemplateSelector.)
SelectTemplateCore
Returns the DataTemplate associated with the first criterion to match 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.
Templates
Gets the list of templates and matching criteria.

See Also