これは私のDataGridTemplateColumn
DataGridTemplateColumn dgt = new DataGridTemplateColumn();
dgt.CellTemplate = (System.Windows.DataTemplate)XamlReader.Load(@"<DataTemplate
xmlns='http://schemas.microsoft.com/client/2007'
xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml'>
<CheckBox></CheckBox> </DataTemplate>");
コードビハインドで色を設定するにはどうすればよいですか? またはdgt.
のオプションは表示されません。Background
Foreground