nerdexam
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

70-511 question #46 exhibit 1
70-511 question #46 exhibit 2

Options

  • AOption A
  • BOption B
  • COption C
  • DOption D

How the community answered

(62 responses)
  • A
    77% (48)
  • B
    3% (2)
  • C
    13% (8)
  • D
    6% (4)

Community Discussion

No community discussion yet for this question.

Full 70-511 Practice