Kizspy Question: 7
(Choose 1 answer)
What is the main difference between "DataContext" and "ItemsSource" in WPF?
A. DataContext applies only to the root control, while ItemsSource applies to lists
B. DataContext is used only for Commands, while ItemsSource is used for Binding
C. Both serve the same purpose
D. DataContext applies only to ViewModel classes