Table of Contents
ContentTemplateSelector Property

Gets or sets a DataTemplateSelector that provides custom logic for choosing the template that is used to display the content of the control. This is a dependency property.

Syntax
 public DataTemplateSelector ContentTemplateSelector { get; set; }
See Also