Click or drag to resize

RoleBasedDataTemplateKeyRole Property

Gets or sets the role. The role is immutable and can be set only once.

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

Property Value

Type: Object
Exceptions
ExceptionCondition
InvalidOperationExceptionObject is immutable.
See Also