WPF for those who know Windows Forms

To get the length of the Title string in C#, you would int length = book.Title.Length. That’s “{Binding Path=Title.Length}” Use it to access one element in a list. To always databind to the title of the first book in the list of books, {Binding Path=[0].Title} For more info consult the PropertyPath XAML syntax. ................
................