The MatchingTemplateSelector type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MatchingTemplateSelector |
Methods
Name | Description | |
---|---|---|
![]() | 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
Name | Description | |
---|---|---|
![]() | 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.
|