You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From this sample it looks like only RaisePropertyChanged("Item") is supported. But this will update all properties, not just the one that was changed. Some Research showed, that this is the same for WPF.
Should I open a feature request for Item[theKey] or is this not needed?
from our chat:
Tim, [19.08.2022 11:43]
the question is, is Item the only supported syntax?
Tim, [19.08.2022 11:43]
or is Item[theKey] also working?
Tim, [19.08.2022 11:44]
And is MyOtherIndexedProperty.Item working?
The text was updated successfully, but these errors were encountered: