Hello I'm new WPF I'm binding a listview to a simple class having 2 properties : firstName and lastName
i'm using a textblock inside the gridViewColumn and using XAML assigning the property Text={Binding Path=firstName}
however I want to display both firstName and LastName concatinated
can I create a custom path? or what can I do?
Please advise and thank you in advance