When binding a gridview to a datatable.defaultview and autogenerating columns, what is the best way to assign data formats to columns? In particular datetime columns to short format? All I can find in documentation is to use XAML DataFormatString of column, but I don't see the C# option to set this in the column objects.