Microsoft
70-511 · Question #46
You are developing a Windows Presentation Foundation (WPF) application that displays opportunities from List<T> named Leads, where T is a class named Lead. The Lead class contains the properties…
The correct answer is A. Option A. See the full explanation below for the reasoning.
Question
You are developing a Windows Presentation Foundation (WPF) application that displays opportunities from List<T> named Leads, where T is a class named Lead. The Lead class contains the properties Title and Revenue. You add a DataGrid control named dgQualifiedLeads to the MainWindow.xaml file. You set the ItemSource property of dgQualifiedLeads to Leads as follows. (Line numbers are included for reference only.) You need to ensure that CollectionViewSource is used to filter the list to display only Lead objects with revenue of more than $1,000. What should you do?
Exhibits
Options
- AOption A
- BOption B
- COption C
- DOption D
How the community answered
(62 responses)- A77% (48)
- B3% (2)
- C13% (8)
- D6% (4)
Community Discussion
No community discussion yet for this question.

