I have a class with an indexer property, with a string key:
public class IndexerProvider { public object this[string key] { get {
Additionaly, you can use
FirePropertyChanged ("Item[IndexerKeyThingy]");
To notify only controls bound to IndexerKeyThingy on your indexer.