I am trying to dynamically build columns in C#, but I am not sure how to convert this to C#
<xcdg:Column FieldName="Name"
Title="Name"
DisplayMemberBinding="{Binding}"
CellContentTemplate="{StaticResource InputManagerNameCellTemplate}"
AllowAutoFilter="False"/>
I know how to convert all of that BUT the DisplayMemberBinding part.
Thanks.