ContentTemplateSelector Property
ContentTemplateSelector
Gets or sets a custom logic for choosing the template used to display the content of the control
Declaration
public DataTemplateSelector ContentTemplateSelector { get; set; }
Public Property ContentTemplateSelector As DataTemplateSelector