ContentPresenter.ContentTemplateSelector Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a selection object that changes the DataTemplate to apply for content presented in the ContentPresenter, based on processing information about the content item or its container at run time.
DataTemplateSelector ContentTemplateSelector();
void ContentTemplateSelector(DataTemplateSelector value);
public DataTemplateSelector ContentTemplateSelector { get; set; }
var dataTemplateSelector = contentPresenter.contentTemplateSelector;
contentPresenter.contentTemplateSelector = dataTemplateSelector;
Public Property ContentTemplateSelector As DataTemplateSelector
<ContentPresenter ContentTemplateSelector="selectorReference" />
Property Value
A selection object that changes the DataTemplate to apply for content.