The DelegatingDataTemplateSelector type exposes the following members.

Constructors

Methods

  NameDescription
SelectTemplate
Returns a DataTemplate for the item.
(Overrides DataTemplateSelector..::.SelectTemplate(Object, DependencyObject).)
SelectTemplateCore
When overridden in a derived class, gets a DataTemplate for the item. If this method returns null, the item is handed off to the BasedOn DataTemplateSelector.

Properties

  NameDescription
BasedOn
Gets or sets the DataTemplateSelector on which to fall back if no template is found by this selector.

See Also