Typed template selector replicates the functionality of the WPF x:Type template resolution. All templates that are to be used with this selector must have a x:Key attribute which must start with "Type:".

Namespace: Ico.WPF.Specialized.DataGridControl.TemplateSelectors
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class TypedTemplateSelector : DataTemplateSelector
Visual Basic
Public Class TypedTemplateSelector _
	Inherits DataTemplateSelector
JScript
public class TypedTemplateSelector extends DataTemplateSelector

Inheritance Hierarchy

System..::..Object
  System.Windows.Controls..::..DataTemplateSelector
    Ico.WPF.Specialized.DataGridControl.TemplateSelectors..::..TypedTemplateSelector
      Ico.WPF.Specialized.DataGridControl.TemplateSelectors..::..CellTypedTemplateSelector
      Ico.WPF.Specialized.DataGridControl.TemplateSelectors..::..ColumnTypedTemplateSelector
      Ico.WPF.Specialized.DataGridControl.TemplateSelectors..::..FilterTypedTemplateSelector

See Also