Name not Important

Results 1 issues of Name not Important

Hi, I have a viewmodel that has a property like: ` public string this[string area] => _areaNotifications[area]; ` In XAML I use: `Text="{Binding Path=[Dashboard]}"` This works in Design mode and...