<TextBlock> <TextBlock.Text> <MultiBinding StringFormat="{}{0}, {1}, {2}"> <Binding Path="EmployeeSalutation" /> <Binding Path="EmployeeName" /> <Binding Path="EmployeeAge" /> </MultiBinding> </TextBlock.Text> </TextBlock> You need 3.5 SP1 for this to work.