The DelegatingDataTemplateSelector type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DelegatingDataTemplateSelector |
Methods
Name | Description | |
---|---|---|
![]() | 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
Name | Description | |
---|---|---|
![]() | BasedOn |
Gets or sets the DataTemplateSelector on which to fall back if no template
is found by this selector.
|