This is no doubt a newbish question, but I have looked for an answer to no avail. My setup is simple: I have a ListBox control defined in XAML and an ObservableCollec
ObservableCollec
You do not have to specify a Path if you want to use the bound object itself:
Path
BTW: Instead of your custom property, you can use the DataContext property of your control to bind the control to the object:
DataContext