A simple example of an IDataTemplate implementation that selects based on the value of a ViewModel Property (instead of by DataType as is typical). This is based on example code provided by @stevemonaco.
Repository from Github https://github.combegleysm/AvaloniaDateTemplateByPropertyValueExample
A simple example of an IDataTemplate implementation that selects based on the value of a ViewModel Property (instead of by DataType as is typical). This is based on example code provided by @stevemonaco.