You might also want to bind to a property on the current row's DataItem.
<ComboBox DockPanel.Dock="Bottom" ItemsSource="{Binding RelativeSource={RelativeSource AncestorType={x:Type xcdg:DataCell}},Path=((SomeObject)DataContext).PropertyA}" IsEditable="True" Foreground="Black" />