Click here to Skip to main content
16,022,368 members

Comments by Member 13116441 (Top 1 by date)

Member 13116441 8-Jul-18 11:12am View    
This worked like a charm! thanks.

var person = grid.SelectedItem as Person;
if (person != null) textBlock.Text = person.FirstName;