The CellTypedTemplateSelector type exposes the following members.

Properties

  NameDescription
Public propertyDefaultTemplateKey
Fallback value for DataTemplate
(Inherited from TypedTemplateSelector.)
Public propertyIsTemplateOverrideAllowed
If set to true, the selector will always walk the entire visual tree and select the data template that is the highest in the hierarchy.
(Inherited from TypedTemplateSelector.)
Public propertyResources
Lukas thinks that this does not require any comments.
(Inherited from TypedTemplateSelector.)
Public propertyTemplatePrefix
Template prefix. The template key should look like [TemplatePrefix]:[TypeName].
(Inherited from TypedTemplateSelector.)
Public propertyTypeProperty
Property of the item to use for type-based template selection instead of the item type. If empty, the item type will be used.
(Inherited from TypedTemplateSelector.)

See Also