.net MAUI Convert BindingContext back to original data containing object
Is there a way to convert the BindingContext property back to the original object containing the data?
Stop DataTemplate from recycling Bindings in .net MAUI
I have a model TestItem : IBaseItem
, custom control TestCard
of which x:DataType = "TestItem"
.