Is your feature request related to a problem? Please describe.
It is rather surprising that this property can only be set in the code-behind. Now I need to figure a clean way to set this custom comparer on just this one column.
Describe the solution you'd like
This property can be bound in XAML so I could bind it to {x:Static extra:Comparers.Foo}.
Describe alternatives you've considered
Code-behind to set this property programmatically.
Additional context
No response
Is your feature request related to a problem? Please describe.
It is rather surprising that this property can only be set in the code-behind. Now I need to figure a clean way to set this custom comparer on just this one column.
Describe the solution you'd like
This property can be bound in XAML so I could bind it to
{x:Static extra:Comparers.Foo}.Describe alternatives you've considered
Code-behind to set this property programmatically.
Additional context
No response