Click or drag to resize

RoleBasedDataTemplateSelectorFallbackValue Property

Gets or sets the template used as fallback if no template for the specified role is found.

Namespace:  TomsToolbox.Wpf.Composition
Assembly:  TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll)
Syntax
public DataTemplate? FallbackValue { get; set; }

Property Value

Type: DataTemplate
See Also