Classes

  ClassDescription
Public classCellTypedTemplateSelector
CellTypedTemplateSelector uses the data type specified in the IDataGridCell to select the correct template for a cell in case the cell contains an icon.
Public classColumnTypedTemplateSelector
ColumnTypedTemplateSelector uses the data type specified in the IDataGridColumn to select the correct template for a value in case the value is null.
Public classFilterTypedTemplateSelector
FilterTypedTemplateSelector uses the data type specified in the IDataGridColumn to select the correct template for a value in case the value is null.
Public classTypedTemplateSelector
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:".