[]
Gets or sets the DataTemplate which should be used as an alternate to the one defined by the ContentTemplate property. The default value is null.
public DataTemplate BackContentTemplate { get; set; }
This property would be ignored if the ContentTemplateSelector property is set.