Gets or sets a custom logic for choosing the template used to display the content of the control

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public DataTemplateSelector ContentTemplateSelector { get; set; }
Visual Basic
Public Property ContentTemplateSelector As DataTemplateSelector
	Get
	Set

See Also